summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorWilliam D. Jones <[email protected]>2019-10-02 23:18:49 -0400
committerWilliam D. Jones <[email protected]>2019-10-02 23:18:49 -0400
commit5ee1070c16363702dc0693ba31e1e0dab4cd4235 (patch)
tree8d1bcc82afcfacc09960cae71043670b656318bb /examples/make.mk
parentb0b737b42a14982a1f928e408ba7eadc3f474d04 (diff)
parente59742f200ec4635dffb50b09d40bc05f6ac5eda (diff)
Merge remote-tracking branch 'origin' into msp430f5529
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/make.mk b/examples/make.mk
index f2428f5e3..dc0d74bb0 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -60,8 +60,10 @@ CFLAGS += \
-Wno-endif-labels \
-Wstrict-prototypes \
-Wall \
+ -Wextra \
-Werror \
-Werror-implicit-function-declaration \
+ -Wfatal-errors \
-Wfloat-equal \
-Wundef \
-Wshadow \