Merge \\"Disable warnings triggered in Clang r271374\\" am: fa1a21d085

am: 89cc8a57f4

Change-Id: Ibf67e2b6ca9cbeef3e3c97efbcdeaf7d97563e39
This commit is contained in:
Stephen Hines 2016-07-19 23:52:24 +00:00 committed by android-build-merger
commit 09dd6b7bee

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)