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>main
parent
18ffe485cd
commit
0ab36dafaf
|
@ -5,6 +5,7 @@ LOCAL_CFLAGS += \
|
||||||
-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
|
-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
|
||||||
|
|
||||||
LOCAL_CFLAGS += \
|
LOCAL_CFLAGS += \
|
||||||
|
-Wno-error \
|
||||||
-Wno-unused-parameter \
|
-Wno-unused-parameter \
|
||||||
-Wno-missing-field-initializers \
|
-Wno-missing-field-initializers \
|
||||||
-Wno-pointer-arith \
|
-Wno-pointer-arith \
|
||||||
|
|
Loading…
Reference in New Issue