Merge "Create libgcc_stripped with llvm-objcopy"
diff --git a/cc/config/clang.go b/cc/config/clang.go
index 0647584..4908cb7 100644
--- a/cc/config/clang.go
+++ b/cc/config/clang.go
@@ -168,7 +168,6 @@
 		// new warnings are fixed.
 		"-Wno-tautological-constant-compare",
 		"-Wno-tautological-type-limit-compare",
-		"-Wno-tautological-unsigned-enum-zero-compare",
 
 		// http://b/72330874 Disable -Wenum-compare until the instances detected by this new
 		// warning are fixed.