Enable tautological-bitwise-compare warning

Bug: 148831363
Test: make
Change-Id: I31285fec578a87e0d35c177cd599dcd6a66cf934
Merged-In: I9d1ba8ef50630e40d59e402c37ad1366a8e25ea6
This commit is contained in:
Chih-Hung Hsieh
2020-02-14 13:22:37 -08:00
parent 2f94e85f14
commit 15631dce8a

View File

@@ -173,7 +173,6 @@ func init() {
"-Wno-bitwise-conditional-parentheses", // http://b/148286937
"-Wno-int-in-bool-context", // http://b/148287349
"-Wno-sizeof-array-div", // http://b/148815709
"-Wno-tautological-bitwise-compare", // http://b/148831363
"-Wno-tautological-overlap-compare", // http://b/148815696
}, " "))