Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12f239fd authored by AdityaK's avatar AdityaK
Browse files

Move Wno-ambiguous-reversed-operator to noOverrideGlobalCflags

Some builds were still failing when it was in noOverrideExternalGlobalCflags

Bug: b/324323434
Change-Id: Ibaaa611f085d94e7defac7f2a6aa70b9eef08552
parent 94688b5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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{