summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-03-23 22:52:59 +0700
committerhathach <[email protected]>2020-03-23 22:52:59 +0700
commit056d0bb4bfd8fe1aca7227cd613a3ae85bed28ee (patch)
tree7d973c9c45ff87abbdc5caa49ff490bd34b23ee0 /examples/make.mk
parent9e0ffbe30f09f279be5e31f0041efaebd8b27f56 (diff)
remove -Wnested-externs since many driver does this including CMSIS_5
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 12ce3fd0c..3c2db88c4 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -72,7 +72,6 @@ CFLAGS += \
-Wsign-compare \
-Wmissing-format-attribute \
-Wno-deprecated-declarations \
- -Wnested-externs \
-Wunreachable-code \
-Wno-error=lto-type-mismatch \
-ffunction-sections \