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:
parent
d31b1f4854
commit
c9eb0ae3de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user