Re-enable tautological-unsigned-zero-compare

Clang is smarter at producing this new warning now, producing far
fewer false positives. Re-enable the diagnostic for Android.

Test: build
Bug: 72331526
Change-Id: I2020b887fbeb3cd833462e50df835a6cd104920d
This commit is contained in:
Yi Kong
2019-08-27 22:05:45 -07:00
parent 13f873cefc
commit 30a3c7faca

View File

@@ -169,7 +169,6 @@ func init() {
"-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.