Merge "Enable int-in-bool-context warning"
This commit is contained in:
@@ -214,7 +214,6 @@ var (
|
|||||||
// http://b/145211066
|
// http://b/145211066
|
||||||
"-Wno-implicit-int-float-conversion",
|
"-Wno-implicit-int-float-conversion",
|
||||||
// New warnings to be fixed after clang-r377782.
|
// New warnings to be fixed after clang-r377782.
|
||||||
"-Wno-int-in-bool-context", // http://b/148287349
|
|
||||||
"-Wno-sizeof-array-div", // http://b/148815709
|
"-Wno-sizeof-array-div", // http://b/148815709
|
||||||
"-Wno-tautological-overlap-compare", // http://b/148815696
|
"-Wno-tautological-overlap-compare", // http://b/148815696
|
||||||
// New warnings to be fixed after clang-r383902.
|
// New warnings to be fixed after clang-r383902.
|
||||||
|
Reference in New Issue
Block a user