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

Commit 38e5eace authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Merge "Re-enable tautological-unsigned-enum-zero-compare"

am: 47236f13

Change-Id: I4def4ff498f48dfff56709b1f8dd28fbe4fad408
parents 9a751877 47236f13
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -167,7 +167,6 @@ func init() {
		// new warnings are fixed.
		"-Wno-tautological-constant-compare",
		"-Wno-tautological-type-limit-compare",
		"-Wno-tautological-unsigned-enum-zero-compare",

		// Disable c++98-specific warning since Android is not concerned with C++98
		// compatibility.