Disable a warning to prepare for the Clang update. am: e90ce7b5d6

am: f70c94cfb2

Change-Id: I95d4c2147d8b0d361682bbec31f1af6c32d2fc80
This commit is contained in:
Dan Albert
2018-01-19 04:31:33 +00:00
committed by android-build-merger

View File

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