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

pkg/libhydrogen: add -Wno-cast-align

This commit is contained in:
Marian Buschsieweke 2021-11-12 20:35:20 +01:00
parent db41e3a58b
commit c67d86108e
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -7,6 +7,7 @@ include $(RIOTBASE)/pkg/pkg.mk
# This warning is triggered on non-32bit platforms
CFLAGS += -Wno-type-limits
CFLAGS += -Wno-cast-align
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR) -f $(RIOTBASE)/Makefile.base