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