Merge "Enable -Wambiguous-reversed-operator" into main

This commit is contained in:
Sean Kim 2024-02-10 03:54:46 +00:00 committed by Gerrit Code Review
commit 1c9213d89f

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{}