Merge "Enable tautological-bitwise-compare warning"

This commit is contained in:
Chih-hung Hsieh
2020-02-19 04:50:11 +00:00
committed by Gerrit Code Review

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
}, " "))