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

pkg/elk: add -Wno-cast-align

This commit is contained in:
Marian Buschsieweke 2021-11-09 14:08:54 +01:00
parent d16f5366da
commit 1e088dcdd7
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -5,6 +5,7 @@ PKG_LICENSE=GPLv2
include $(RIOTBASE)/pkg/pkg.mk
CFLAGS += -Wno-cast-align
CFLAGS += -Wno-format-nonliteral
CFLAGS += -Wno-pedantic
CFLAGS += -Wno-unused-parameter