Disable another warning in the libc++ tests.

am: 262ab18c26

Change-Id: I85ecd24e10138511c7a117b4d00c4eb3bdc8b9fc
This commit is contained in:
Dan Albert
2018-06-26 15:20:46 -07:00
committed by android-build-merger

View File

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