summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-05-26 17:32:49 +0700
committerhathach <[email protected]>2021-05-26 17:32:49 +0700
commitdbef50f8ffb6892297456aeb409f3d52d3731f0a (patch)
treeccdc55b79f09fac955fcca7bb93b2ff74511d299 /examples/make.mk
parentce59d69520166b37869cf83a3dab929c1b2c4ac4 (diff)
parent220f4410485a84a4e5e8f2a68e03dd8ed3b93900 (diff)
Merge branch 'master' into xmos-jmccarthy-master
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 6366d6cef..df8bfd617 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -88,6 +88,7 @@ CFLAGS += \
-fno-strict-aliasing \
-Wdouble-promotion \
-Wstrict-prototypes \
+ -Wstrict-overflow \
-Wall \
-Wextra \
-Werror \
@@ -100,7 +101,8 @@ CFLAGS += \
-Wsign-compare \
-Wmissing-format-attribute \
-Wunreachable-code \
- -Wcast-align
+ -Wcast-align \
+ -Wcast-function-type
# Debugging/Optimization
ifeq ($(DEBUG), 1)