Merge "Remove unneeded -Wno-expansion-to-defined flag"

am: e2025abe96

Change-Id: If7726e9e4b70134c9551dd36d54bdd14baefcc2d
This commit is contained in:
Yi Kong
2018-12-11 18:51:52 -08:00
committed by android-build-merger

View File

@@ -120,9 +120,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",