mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
[stm32] possibility to disable caret diagnostics on gcc 4.8
This commit is contained in:
@@ -102,6 +102,8 @@ CFLAGS += -Wstrict-prototypes -Wmissing-prototypes
|
|||||||
CFLAGS += -Wshadow
|
CFLAGS += -Wshadow
|
||||||
CFLAGS += -Wnested-externs
|
CFLAGS += -Wnested-externs
|
||||||
|
|
||||||
|
#CFLAGS += -fno-diagnostics-show-caret
|
||||||
|
|
||||||
ifneq ($(ARCH_L), )
|
ifneq ($(ARCH_L), )
|
||||||
ifeq ($(ARCH_L),f4)
|
ifeq ($(ARCH_L),f4)
|
||||||
CFLAGS += -DSTM32F4
|
CFLAGS += -DSTM32F4
|
||||||
|
|||||||
Reference in New Issue
Block a user