mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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)
|
||||
|
||||
ifeq (llvm,$(TOOLCHAIN))
|
||||
RIOT_CFLAGS += -Wno-char-subscripts
|
||||
endif
|
||||
|
||||
TOOLCHAIN_FILE=$(PKG_BUILDDIR)/xcompile-toolchain.cmake
|
||||
|
||||
all: $(PKG_BUILDDIR)/src/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user