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

Commit 9262935b 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:...

Merge \\\\"Disable warnings triggered in Clang r271374\\\\" am: fa1a21d0 am: 89cc8a57 am: 09dd6b7b
am: be014576

Change-Id: Ia9e869e83cde961ebb1b09fbda1ed544dd8cdfb8
parents 8a542aaf be014576
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)