commit | 73e2125894920624a4e6102b3c471cc8daecd119 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Fri Aug 30 01:44:27 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 30 01:44:27 2019 +0000 |
tree | 4eb43aa9d30ec8095432649b8d9f6cf70a4baf47 | |
parent | 17f4728d4b151e125c77256e4029dfc664a02648 [diff] | |
parent | 30a3c7faca09e06b773718646bf0cc0dc3fe2d03 [diff] |
Merge "Re-enable tautological-unsigned-zero-compare"
diff --git a/cc/config/clang.go b/cc/config/clang.go index 47b60e7..0647584 100644 --- a/cc/config/clang.go +++ b/cc/config/clang.go
@@ -169,7 +169,6 @@ "-Wno-tautological-constant-compare", "-Wno-tautological-type-limit-compare", "-Wno-tautological-unsigned-enum-zero-compare", - "-Wno-tautological-unsigned-zero-compare", // http://b/72330874 Disable -Wenum-compare until the instances detected by this new // warning are fixed.