Merge "Remove unnecessary warning suppression" am: da5cf6a7f3
am: 779ec3a2dc
Change-Id: I581200aa4df67c8ab7076bfbfa9b110b8c15e5ec
This commit is contained in:
commit
a9c6ec0c95
1 changed files with 0 additions and 3 deletions
|
@ -185,9 +185,6 @@ 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