remove -Wnested-externs since many driver does this including CMSIS_5

This commit is contained in:
hathach
2020-03-23 22:52:59 +07:00
parent 9e0ffbe30f
commit 056d0bb4bf
6 changed files with 5 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ CFLAGS += \
-DRTC_EV_SUPPORT=0
# startup.c and lpc_types.h cause following errors
CFLAGS += -Wno-error=nested-externs -Wno-error=strict-prototypes
CFLAGS += -Wno-error=strict-prototypes
MCU_DIR = hw/mcu/nxp/lpcopen/lpc175x_6x/lpc_chip_175x_6x