Ignore a warning we trip because clang is too old. am: 034b504882

am: 9d5f439a72

Change-Id: Ief2de56ca71956467a28e4cc8e904695c38bada8
This commit is contained in:
Dan Albert
2017-01-31 19:28:43 +00:00
committed by android-build-merger

View File

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