mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
pkg/ccn-lite: build with -Wno-format-nonliteral
This commit is contained in:
parent
209050d382
commit
1a1c8f6c2a
@ -22,3 +22,6 @@ $(TOOLCHAIN_FILE): git-download
|
||||
$(RIOTTOOLS)/cmake/generate-xcompile-toolchain.sh > $(TOOLCHAIN_FILE)
|
||||
|
||||
include $(RIOTBASE)/pkg/pkg.mk
|
||||
ifneq (,$(filter -Wformat-nonliteral -Wformat=2, $(CFLAGS)))
|
||||
CFLAGS += -Wno-format-nonliteral
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user