Enable tautological-bitwise-compare warning
Bug: 148831363 Test: make Change-Id: I31285fec578a87e0d35c177cd599dcd6a66cf934 Merged-In: I9d1ba8ef50630e40d59e402c37ad1366a8e25ea6
This commit is contained in:
@@ -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
|
||||
}, " "))
|
||||
|
||||
|
Reference in New Issue
Block a user