From 6183dbd0ceefdbff42d30e6691fa9948a695e9af Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 27 Sep 2019 00:15:43 +0700 Subject: add -Wextra for more warnings to example non-stack warning (probably mcu driver) should be suppressed in the board.mk --- examples/make.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/make.mk b/examples/make.mk index f35195fde..22d8f7455 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -56,6 +56,7 @@ CFLAGS += \ -Wno-endif-labels \ -Wstrict-prototypes \ -Wall \ + -Wextra \ -Werror \ -Werror-implicit-function-declaration \ -Wfatal-errors \ -- cgit v1.3.1