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

pkg/libb2: add -Wno-cast-align

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

View File

@ -5,5 +5,7 @@ PKG_LICENSE = CC0-1.0
include $(RIOTBASE)/pkg/pkg.mk
CFLAGS += -Wno-cast-align
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/src -f $(CURDIR)/Makefile.$(PKG_NAME)