mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-06 04:48:22 +02:00
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 <robh@kernel.org>
This commit is contained in:
parent
18ffe485cd
commit
0ab36dafaf
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue