summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-09-27 00:15:43 +0700
committerhathach <[email protected]>2019-09-27 00:15:43 +0700
commit6183dbd0ceefdbff42d30e6691fa9948a695e9af (patch)
treeee2660cfb05f002990a16ff69beea96271a09629 /examples/make.mk
parent7ba8e818527eca1c16946ef8f58a0cde807fb3f3 (diff)
add -Wextra for more warnings to example
non-stack warning (probably mcu driver) should be suppressed in the board.mk
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk1
1 files changed, 1 insertions, 0 deletions
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 \