sys/uart_stdio: compile with -Wno-cast-function-type

This commit is contained in:
Kaspar Schleiser 2018-05-11 23:01:43 +02:00
parent b11b806465
commit 1c03b67cab

View File

@ -1 +1,4 @@
ifeq (gnu, $(TOOLCHAIN))
CFLAGS += -Wno-cast-function-type
endif
include $(RIOTBASE)/Makefile.base