drm: Branch 'master'

[email protected] (Rob Herring) Mon, 27 Nov 2017 23:25:56 +0000 (UTC)
Newsgroups gmane.comp.video.dri.patches
Message-ID <[email protected]>
 Android.common.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0ab36dafaf818c35a258dac0c75b779ab2ae792b
Author: Rob Herring <[email protected]>
Date:   Mon Nov 27 13:38:29 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 <[email protected]>

diff --git a/Android.common.mk b/Android.common.mk
index d487acb9..e3de1069 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -5,6 +5,7 @@ LOCAL_CFLAGS += \
 	-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
 
 LOCAL_CFLAGS += \
+	-Wno-error \
 	-Wno-unused-parameter \
 	-Wno-missing-field-initializers \
 	-Wno-pointer-arith \

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
--