From df95b3448f8293f5656b16ad3cd797966d0ef30a Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Mon, 28 Feb 2022 15:53:16 +0800 Subject: [PATCH] Enable int-in-bool-context warning Test: presubmit Bug: 148287349 Change-Id: I7916c8aec1fd014ef666df430574c6108ab1c01a --- cc/config/global.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cc/config/global.go b/cc/config/global.go index 400be31d9..4078f1325 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -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.