mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 08:10:11 +01:00
Android: disable pointer-arith and enum-conversion
Disable some more warnings from clang. These don't appear to be warnings worth fixing. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
c4d673acdc
commit
51a514c43f
1 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,9 @@ LOCAL_CFLAGS += \
|
|||
|
||||
LOCAL_CFLAGS += \
|
||||
-Wno-unused-parameter \
|
||||
-Wno-missing-field-initializers
|
||||
-Wno-missing-field-initializers \
|
||||
-Wno-pointer-arith \
|
||||
-Wno-enum-conversion
|
||||
|
||||
# Quiet down the build system and remove any .h files from the sources
|
||||
LOCAL_SRC_FILES := $(patsubst %.h, , $(LOCAL_SRC_FILES))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue