mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/ccn-lite: suppress -Wcast-align
This commit is contained in:
parent
7cd9d615fa
commit
be09ba67a6
@ -17,6 +17,8 @@ endif
|
||||
|
||||
TOOLCHAIN_FILE = $(PKG_SOURCE_DIR)/xcompile-toolchain.cmake
|
||||
|
||||
CFLAGS += -Wno-cast-align
|
||||
|
||||
all: $(BINDIR)/ccn-lite.a
|
||||
|
||||
$(BINDIR)/ccn-lite.a: $(PKG_BUILD_DIR)/lib/libccnl-riot.a
|
||||
|
Loading…
Reference in New Issue
Block a user