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

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