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

Commit 73e21258 authored by Yi Kong's avatar Yi Kong Committed by Gerrit Code Review
Browse files

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

parents 17f4728d 30a3c7fa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -169,7 +169,6 @@ func init() {
		"-Wno-tautological-constant-compare",
		"-Wno-tautological-type-limit-compare",
		"-Wno-tautological-unsigned-enum-zero-compare",
		"-Wno-tautological-unsigned-zero-compare",

		// http://b/72330874 Disable -Wenum-compare until the instances detected by this new
		// warning are fixed.