Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09dd6b7b authored by Stephen Hines's avatar Stephen Hines Committed by android-build-merger
Browse files

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

am: 89cc8a57

Change-Id: Ibf67e2b6ca9cbeef3e3c97efbcdeaf7d97563e39
parents 99c796c5 89cc8a57
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)