1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/lvgl: add -Wno-cast-align

This commit is contained in:
Marian Buschsieweke 2021-11-12 13:26:26 +01:00
parent 3a07baf8e6
commit 724d4f6429
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -15,6 +15,8 @@ LVGL_MODULES = \
lvgl_widgets \
#
CFLAGS += -Wno-cast-align
.PHONY: lvgl_%
all: $(LVGL_MODULES)