Move Wno-ambiguous-reversed-operator to noOverrideGlobalCflags

Some builds were still failing when it was in noOverrideExternalGlobalCflags

Bug: b/324323434
Change-Id: Ibaaa611f085d94e7defac7f2a6aa70b9eef08552
This commit is contained in:
AdityaK 2024-02-08 16:26:59 -08:00
parent 94688b5a4f
commit 12f239fd37

View file

@ -302,6 +302,8 @@ var (
// until then because it causes warnings in the _callers_, not the
// project itself.
"-Wno-deprecated-dynamic-exception-spec",
// http://b/324323434
"-Wno-ambiguous-reversed-operator",
}
noOverride64GlobalCflags = []string{}
@ -369,8 +371,6 @@ var (
"-Wno-fortify-source",
"-Wno-tautological-negation-compare",
"-Wno-tautological-undefined-compare",
// http://324323434
"-Wno-ambiguous-reversed-operator",
}
llvmNextExtraCommonGlobalCflags = []string{