Merge "Enable bool-operation warning" am: ab392f613e

Change-Id: Ie0226f7313c89878f14f92455d6e01edbdc5e7bb
This commit is contained in:
Chih-hung Hsieh 2020-02-18 20:47:56 +00:00
commit ca4375f54b
1 changed files with 0 additions and 1 deletions

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