Remove unneeded -Wno-expansion-to-defined flag

Test: m checkbuild
Bug: 29823425
Change-Id: I8c9c7cc92757af20d3a3bbcebeb6360d1df91530
This commit is contained in:
Yi Kong
2018-12-10 04:55:51 -08:00
parent 02c0ad48ba
commit 4603b9f411

View File

@@ -120,9 +120,6 @@ func init() {
// color codes if it is not running in a terminal.
"-fcolor-diagnostics",
// http://b/29823425 Disable -Wexpansion-to-defined for Clang update to r271374
"-Wno-expansion-to-defined",
// http://b/68236239 Allow 0/NULL instead of using nullptr everywhere.
"-Wno-zero-as-null-pointer-constant",