Merge "Disable warnings triggered in Clang r271374"

This commit is contained in:
Stephen Hines 2016-07-19 22:02:31 +00:00 committed by Gerrit Code Review
commit fa1a21d085

View file

@ -130,6 +130,9 @@ debuggerd_cpp_flags := \
-Wno-missing-field-initializers \
-fno-rtti \
# Bug: http://b/29823425 Disable -Wvarargs for Clang update to r271374
debuggerd_cpp_flags += -Wno-varargs
# Only build the host tests on linux.
ifeq ($(HOST_OS),linux)