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

am: b9dc979980

Change-Id: I0430686c2f7d56fbb8b624ecfd67e9c73e9a7ff9
This commit is contained in:
Yi Kong 2019-09-03 15:04:28 -07:00 committed by android-build-merger
commit 12eafc1908

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.