Merge "Re-enable tautological-unsigned-enum-zero-compare" am: 47236f13fc am: 38e5eacedc am: b9dc979980

am: 12eafc1908

Change-Id: I7024fa92f345ff19cc66a8c2effdbcb5d3408118
This commit is contained in:
Yi Kong
2019-09-03 15:40:32 -07:00
committed by android-build-merger

View File

@@ -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.