Enable -Wambiguous-reversed-operator

Bug: http://b/323152930
Bug: http://b/324323434

The ambiguity in frameworks/av/media/codec2 is resolved.

Test: build partner branch, and presubmit
Change-Id: Ie1aa0b6c965b1a9076333d7d25fd9f9664467a31
This commit is contained in:
Pirama Arumuga Nainar
2024-02-09 21:34:32 +00:00
parent 09e1e8d1fb
commit 7493929ff2

View File

@@ -302,8 +302,6 @@ 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{}