Disable a warning to prepare for the Clang update.

am: e90ce7b5d6

Change-Id: Iac41b639333e53c307de471950b5ae4ad2e69ca4
This commit is contained in:
Dan Albert
2018-01-19 04:27:32 +00:00
committed by android-build-merger

View File

@@ -33,6 +33,7 @@ LOCAL_CPPFLAGS := \
-Wno-error=non-virtual-dtor \
-Wno-reserved-user-defined-literal \
-Wno-unused-local-typedef \
-Wno-unused-variable \
# Optimization is causing relocation for nothrow new to be thrown away.
# http://llvm.org/bugs/show_bug.cgi?id=21421