summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 774625577..793c40aa2 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -105,7 +105,8 @@ CFLAGS += \
-Wunreachable-code \
-Wcast-align \
-Wcast-function-type \
- -Wcast-qual
+ -Wcast-qual \
+ -Wnull-dereference
# Debugging/Optimization
ifeq ($(DEBUG), 1)