Merge "Enable -Wambiguous-reversed-operator" into main
diff --git a/cc/config/global.go b/cc/config/global.go
index 613641f..d3c2658 100644
--- a/cc/config/global.go
+++ b/cc/config/global.go
@@ -302,8 +302,6 @@
 		// 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{}