summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
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 c894d35f4..793c40aa2 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -104,7 +104,9 @@ CFLAGS += \
-Wmissing-format-attribute \
-Wunreachable-code \
-Wcast-align \
- -Wcast-function-type
+ -Wcast-function-type \
+ -Wcast-qual \
+ -Wnull-dereference
# Debugging/Optimization
ifeq ($(DEBUG), 1)