From f20819f925e1ca67fc187e5f08413624a5994efc Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 13 Dec 2017 14:10:20 -0800 Subject: [PATCH] Ignore a warning in the tests. I don't know when, but the libc++ tests have regressed a lot. This cleans up some of the issues. Test: ./run_tests.py Bug: None Change-Id: Ic0ef789428e131b61121c49e294545a701f963bb --- buildcmds/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/buildcmds/Android.mk b/buildcmds/Android.mk index c188b0851..ec5891f84 100644 --- a/buildcmds/Android.mk +++ b/buildcmds/Android.mk @@ -32,6 +32,7 @@ LOCAL_CPPFLAGS := \ -w \ -Wno-error=non-virtual-dtor \ -Wno-reserved-user-defined-literal \ + -Wno-unused-local-typedef \ # Optimization is causing relocation for nothrow new to be thrown away. # http://llvm.org/bugs/show_bug.cgi?id=21421