Re-enable -Wunknown-warning-option

Bug: http://b/68236396

This warning only needs to be enabled for frameworks/base/core/jni.

Test: Build the topic
Change-Id: I9f6aab2045f135d691696f9fd461c895a5aadb38
This commit is contained in:
Pirama Arumuga Nainar 2017-11-10 11:19:23 -08:00
parent ea568a4a24
commit 4c0e1bf4e0

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/=",