Skip to content
Snippets Groups Projects
Unverified Commit 1a1c8f6c authored by Joakim Nohlgård's avatar Joakim Nohlgård Committed by Gaëtan Harter
Browse files

pkg/ccn-lite: build with -Wno-format-nonliteral

parent 209050d3
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment