Merge "Revert "Remove unnecessary warning suppression""
am: cf492adb34
Change-Id: If2941e0eb1a19194bce00af67e5e81aab6368286
This commit is contained in:
commit
1e8681d22f
1 changed files with 3 additions and 0 deletions
|
@ -184,6 +184,9 @@ func init() {
|
|||
// compatibility.
|
||||
"-Wno-c++98-compat-extra-semi",
|
||||
|
||||
// Disable this warning until we can fix all instances where it fails.
|
||||
"-Wno-self-assign-overloaded",
|
||||
|
||||
// Disable this warning until we can fix all instances where it fails.
|
||||
"-Wno-constant-logical-operand",
|
||||
|
||||
|
|
Loading…
Reference in a new issue