Disable another warning in the libc++ tests.

Test: ./run_tests.py
Bug: None
Change-Id: I74aa7593eafa719e999a59bb50fad4eefc394350
This commit is contained in:
Dan Albert
2018-06-26 12:53:15 -07:00
parent 4bbd15bc71
commit 262ab18c26

View File

@@ -29,8 +29,8 @@ LOCAL_CPPFLAGS := \
-fsized-deallocation \
-fexceptions \
-UNDEBUG \
-w \
-Wno-error=non-virtual-dtor \
-Wno-format-zero-length \
-Wno-reserved-user-defined-literal \
-Wno-unused-local-typedef \
-Wno-unused-variable \