Merge "Disable warnings triggered in Clang r271374"
This commit is contained in:
commit
fa1a21d085
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue