pkg/ccn-lite: suppress llvm error
This commit is contained in:
parent
89c3c4e20e
commit
0cc91a47e1
@ -10,6 +10,10 @@ CMAKE_MINIMAL_VERSION = 3.6.0
|
|||||||
|
|
||||||
RIOT_CFLAGS = $(INCLUDES)
|
RIOT_CFLAGS = $(INCLUDES)
|
||||||
|
|
||||||
|
ifeq (llvm,$(TOOLCHAIN))
|
||||||
|
RIOT_CFLAGS += -Wno-char-subscripts
|
||||||
|
endif
|
||||||
|
|
||||||
TOOLCHAIN_FILE=$(PKG_BUILDDIR)/xcompile-toolchain.cmake
|
TOOLCHAIN_FILE=$(PKG_BUILDDIR)/xcompile-toolchain.cmake
|
||||||
|
|
||||||
all: $(PKG_BUILDDIR)/src/Makefile
|
all: $(PKG_BUILDDIR)/src/Makefile
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user