Merge "Re-enable -Wunknown-warning-option"

This commit is contained in:
Treehugger Robot
2017-11-11 13:29:23 +00:00
committed by Gerrit Code Review

View File

@@ -100,9 +100,6 @@ func init() {
// 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",
// http://b/68236396 Allow unknown warning options.
"-Wno-unknown-warning-option",
// http://b/36463318 Clang executes with an absolute path, so clang-provided // http://b/36463318 Clang executes with an absolute path, so clang-provided
// headers are now absolute. // headers are now absolute.
"-fdebug-prefix-map=$$PWD/=", "-fdebug-prefix-map=$$PWD/=",