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:
@@ -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{
|
||||
|
Reference in New Issue
Block a user