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

@@ -72,7 +72,6 @@ CFLAGS += \
-Wsign-compare \
-Wmissing-format-attribute \
-Wno-deprecated-declarations \
-Wnested-externs \
-Wunreachable-code \
-Wno-error=lto-type-mismatch \
-ffunction-sections \