From a0ad736b918548a67023f5c644449563c4292e8d Mon Sep 17 00:00:00 2001 From: AdityaK Date: Tue, 6 Feb 2024 16:02:33 -0800 Subject: [PATCH] Remove wtautological warnings added during toolchain update Bug: b/301328082 Change-Id: I0bf10e4a9456dff1b3a521ca13cb5170e738f80a --- cc/config/global.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cc/config/global.go b/cc/config/global.go index d3c265885..b21d56c2c 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -367,8 +367,6 @@ var ( "-Wno-gnu-offsetof-extensions", // TODO: Enable this warning http://b/315245071 "-Wno-fortify-source", - "-Wno-tautological-negation-compare", - "-Wno-tautological-undefined-compare", } llvmNextExtraCommonGlobalCflags = []string{