Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 127d96dd authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

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

am: 353bdb29

Change-Id: I80c01c4875530e7b93bc51b4af5b527f040f9ed0
parents 8dcc7925 353bdb29
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -121,9 +121,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",