From 056d0bb4bfd8fe1aca7227cd613a3ae85bed28ee Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 23 Mar 2020 22:52:59 +0700 Subject: remove -Wnested-externs since many driver does this including CMSIS_5 --- examples/make.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') 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 \ -- cgit v1.3.1