diff --git a/cc/config/clang.go b/cc/config/clang.go index 61370bbeb..e7d2dd2d8 100644 --- a/cc/config/clang.go +++ b/cc/config/clang.go @@ -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",