projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18ffe48
)
Android: disable warnings causing errors
author
Rob Herring
<robh@kernel.org>
Mon, 27 Nov 2017 19:38:29 +0000
(13:38 -0600)
committer
Rob Herring
<robh@kernel.org>
Mon, 27 Nov 2017 19:38:29 +0000
(13:38 -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
d487acb
..
e3de106
100644
(file)
--- 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 \