2020-01-02 16:07:12 +01:00
|
|
|
CFLAGS += -Wno-unused-parameter
|
2020-05-31 20:47:55 +02:00
|
|
|
CFLAGS += -Wno-sign-compare
|
|
|
|
CFLAGS += -Wno-unused-function
|
|
|
|
|
|
|
|
ifeq (llvm,$(TOOLCHAIN))
|
|
|
|
CFLAGS += -Wno-missing-braces
|
|
|
|
endif
|
2020-01-02 16:07:12 +01:00
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.base
|