diff --git a/makefile b/makefile index 9c1f5cd704a..4fe689a3d84 100644 --- a/makefile +++ b/makefile @@ -524,7 +524,8 @@ CCOMFLAGS += \ -Wno-tautological-compare \ -Wno-constant-logical-operand \ -Wno-format-security \ - -Wno-shift-count-overflow + -Wno-shift-count-overflow \ + -Wno-self-assign-field endif