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

pkg/gecko_sdk: Disable -Wcast-align

This commit is contained in:
Marian Buschsieweke 2020-11-20 10:41:46 +01:00
parent d31b1f4854
commit c9eb0ae3de
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -13,5 +13,10 @@ ifneq (llvm,$(TOOLCHAIN))
CFLAGS += -Wno-int-in-bool-context
endif
# Disable -Wcast-align for this package, as source contains cast that increase
# alignment requirements. Let's hope those are false positives and proper
# alignment is assured.
CFLAGS += -Wno-cast-align
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/dist