DO NOT MERGE: Suppress warnings in tests.

Test: ./run_tests.py
Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=994957
Bug: http://b/139690488
Change-Id: I6ac409b692c7b949d3237a1fa824e90652e3c1c3
This commit is contained in:
Dan Albert
2019-09-11 14:50:13 -07:00
parent 68aaead27c
commit bb8457c3f4

View File

@@ -34,6 +34,7 @@ LOCAL_CPPFLAGS := \
-Wno-reserved-user-defined-literal \ -Wno-reserved-user-defined-literal \
-Wno-unused-local-typedef \ -Wno-unused-local-typedef \
-Wno-unused-variable \ -Wno-unused-variable \
-Wno-format-zero-length \
# 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