Ignore a warning we trip because clang is too old.

am: 034b504882

Change-Id: I389184618add82a5297a36104a58bacb7b52d4fb
This commit is contained in:
Dan Albert
2017-01-31 19:26:13 +00:00
committed by android-build-merger

View File

@@ -31,6 +31,7 @@ LOCAL_CPPFLAGS := \
-UNDEBUG \ -UNDEBUG \
-w \ -w \
-Wno-error=non-virtual-dtor \ -Wno-error=non-virtual-dtor \
-Wno-reserved-user-defined-literal \
# 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