Merge "Re-enable tautological-unsigned-zero-compare" am: 73e2125894 am: 09c3304fe4 am: 7231c4a615

am: 10048a30c7

Change-Id: I57361578f7811937f5ca0030f54f402b2b8d25ae
This commit is contained in:
Yi Kong
2019-08-29 19:32:23 -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.