Merge "Enable int-in-bool-context warning"

This commit is contained in:
Treehugger Robot
2022-04-05 01:21:10 +00:00
committed by Gerrit Code Review

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.