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:
parent
94688b5a4f
commit
12f239fd37
1 changed files with 2 additions and 2 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue