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

am: 38e5eacedc

Change-Id: I4faeffc9719f0528b10ea78d51c850d34ee5a6f6
This commit is contained in:
Yi Kong
2019-09-03 14:57:26 -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.