[stm32] possibility to disable caret diagnostics on gcc 4.8

This commit is contained in:
Felix Ruess
2014-02-25 19:16:47 +01:00
parent 7e1074e1d0
commit 65382229bd
+2
View File
@@ -102,6 +102,8 @@ CFLAGS += -Wstrict-prototypes -Wmissing-prototypes
CFLAGS += -Wshadow
CFLAGS += -Wnested-externs
#CFLAGS += -fno-diagnostics-show-caret
ifneq ($(ARCH_L), )
ifeq ($(ARCH_L),f4)
CFLAGS += -DSTM32F4