projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e78902
)
Android: disable warnings causing errors
author
Rob Herring
<robh@kernel.org>
Mon, 27 Nov 2017 19:32:19 +0000
(13:32 -0600)
committer
Rob Herring
<robh@kernel.org>
Mon, 27 Nov 2017 23:26:45 +0000
(17:26 -0600)
AOSP master has changed the build default to -Werror making all the
warnings errors. Override that with -Wno-error.
Signed-off-by: Rob Herring <robh@kernel.org>
Android.common.mk
patch
|
blob
|
history
diff --git
a/Android.common.mk
b/Android.common.mk
index 5671c1c1a595e096ea589087124259e961f13712..fcd9a874d5381b66c0847f3b38478feaac1794de 100644
(file)
--- 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 \