Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c9213d8 authored by Sean Kim's avatar Sean Kim Committed by Gerrit Code Review
Browse files

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

parents eb5a74ce 7493929f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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{}