Merge "Re-enable -Wunknown-warning-option" am: cc178b3e78 am: e25bbfdc04

am: e5d53e9cdf

Change-Id: Id4b71f0e0372987102e689653de9fefac21721d5
This commit is contained in:
Pirama Arumuga Nainar 2017-11-14 11:22:38 +00:00 committed by android-build-merger
commit eaffec54ba
1 changed files with 0 additions and 3 deletions

View File

@ -100,9 +100,6 @@ func init() {
// http://b/68236239 Allow 0/NULL instead of using nullptr everywhere.
"-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
// headers are now absolute.
"-fdebug-prefix-map=$$PWD/=",