Merge "Remove unneeded -Wno-expansion-to-defined flag" am: e2025abe96

am: 353bdb292f

Change-Id: I80c01c4875530e7b93bc51b4af5b527f040f9ed0
This commit is contained in:
Yi Kong
2018-12-11 18:57:01 -08:00
committed by android-build-merger

View File

@@ -121,9 +121,6 @@ func init() {
// color codes if it is not running in a terminal. // color codes if it is not running in a terminal.
"-fcolor-diagnostics", "-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. // http://b/68236239 Allow 0/NULL instead of using nullptr everywhere.
"-Wno-zero-as-null-pointer-constant", "-Wno-zero-as-null-pointer-constant",