Merge "Enable bitwise-conditional-parentheses warning" am: 78620004fc

Change-Id: I2e8678c0e78ea4d97ac7bddac701f6916effd608
This commit is contained in:
Automerger Merge Worker
2020-02-20 22:11:26 +00:00

View File

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