Enable int-in-bool-context warning

Test: presubmit
Bug: 148287349
Change-Id: I7916c8aec1fd014ef666df430574c6108ab1c01a
This commit is contained in:
Yi Kong
2022-02-28 15:53:16 +08:00
parent b0b94f6182
commit df95b3448f

View File

@@ -214,7 +214,6 @@ var (
// http://b/145211066
"-Wno-implicit-int-float-conversion",
// New warnings to be fixed after clang-r377782.
"-Wno-int-in-bool-context", // http://b/148287349
"-Wno-sizeof-array-div", // http://b/148815709
"-Wno-tautological-overlap-compare", // http://b/148815696
// New warnings to be fixed after clang-r383902.