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

pkg/cn-cbor: add -Wno-cast-align

This commit is contained in:
Marian Buschsieweke 2021-11-12 07:28:59 +01:00
parent d91c2e95fc
commit 1193785a11
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -8,6 +8,7 @@ include $(RIOTBASE)/pkg/pkg.mk
# Enable code forcing aligned reads
CFLAGS += -DCBOR_ALIGN_READS
CFLAGS += -Wno-return-local-addr
CFLAGS += -Wno-cast-align
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/src -f $(RIOTBASE)/Makefile.base MODULE=$(PKG_NAME)