Merge "Enable bool-operation warning" am: ab392f613e am: ca4375f54b am: 3f0bd0b32a

Change-Id: Ic2a5fe1809658a52856eeb627b8ce145df9c3611
This commit is contained in:
Automerger Merge Worker
2020-02-18 21:13:50 +00:00

View File

@@ -171,7 +171,6 @@ func init() {
"-Wno-implicit-int-float-conversion",
// New warnings to be fixed after clang-r377782.
"-Wno-bitwise-conditional-parentheses", // http://b/148286937
"-Wno-bool-operation", // http://b/148287141
"-Wno-int-in-bool-context", // http://b/148287349
"-Wno-sizeof-array-div", // http://b/148815709
"-Wno-tautological-bitwise-compare", // http://b/148831363