Merge "Re-enable tautological-unsigned-zero-compare" am: 73e2125894

am: 09c3304fe4

Change-Id: If41821bd9486413a568bfc38a4f5a90f7491a430
This commit is contained in:
Yi Kong
2019-08-29 19:12:08 -07:00
committed by android-build-merger

View File

@@ -168,7 +168,6 @@ func init() {
"-Wno-tautological-constant-compare",
"-Wno-tautological-type-limit-compare",
"-Wno-tautological-unsigned-enum-zero-compare",
"-Wno-tautological-unsigned-zero-compare",
// Disable c++98-specific warning since Android is not concerned with C++98
// compatibility.