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

This commit is contained in:
Treehugger Robot
2019-09-03 21:29:54 +00:00
committed by Gerrit Code Review

View File

@@ -168,7 +168,6 @@ func init() {
// new warnings are fixed. // new warnings are fixed.
"-Wno-tautological-constant-compare", "-Wno-tautological-constant-compare",
"-Wno-tautological-type-limit-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 // http://b/72330874 Disable -Wenum-compare until the instances detected by this new
// warning are fixed. // warning are fixed.