summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/Android.common_build.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/build/Android.common_build.mk b/build/Android.common_build.mk
index c792536742..ad4c98772d 100644
--- a/build/Android.common_build.mk
+++ b/build/Android.common_build.mk
@@ -117,9 +117,7 @@ ART_TARGET_CLANG_CFLAGS_x86_64 :=
# These are necessary for Clang ARM64 ART builds. TODO: remove.
ART_TARGET_CLANG_CFLAGS_arm64 += \
- -Wno-implicit-exception-spec-mismatch \
- -DNVALGRIND \
- -Wno-unused-value
+ -DNVALGRIND
# FIXME: upstream LLVM has a vectorizer bug that needs to be fixed
ART_TARGET_CLANG_CFLAGS_arm64 += \
@@ -191,7 +189,6 @@ art_cflags := \
-Wstrict-aliasing \
-fstrict-aliasing \
-Wunreachable-code \
- -Wno-conversion-null \
-Wredundant-decls \
-Wshadow \
-fvisibility=protected \