Module: Mesa
Branch: master
Commit: 46148be8e45db0587622535dab4e1064c3503705
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=46148be8e45db0587622535dab4e1064c3503705

Author: Rob Herring <r...@kernel.org>
Date:   Mon Nov 27 13:32:19 2017 -0600

Android: disable warnings causing errors

AOSP master has changed the build default to -Werror making all the
warnings errors. Override that with -Wno-error.

Signed-off-by: Rob Herring <r...@kernel.org>

---

 Android.common.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Android.common.mk b/Android.common.mk
index 5671c1c1a5..fcd9a874d5 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -31,6 +31,7 @@ LOCAL_C_INCLUDES += \
 
 MESA_VERSION := $(shell cat $(MESA_TOP)/VERSION)
 LOCAL_CFLAGS += \
+       -Wno-error \
        -Wno-unused-parameter \
        -Wno-pointer-arith \
        -Wno-missing-field-initializers \

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to