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

am: e6340247fc

Change-Id: I06bce2f53f1945fadd59d6198a728f458fa36d3f
This commit is contained in:
Yi Kong
2019-08-29 19:46:43 -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.