summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk
index bed46d02b..26065c027 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -108,8 +108,13 @@ CFLAGS += \
-Wcast-align \
-Wcast-function-type \
-Wcast-qual \
- -Wnull-dereference
+ -Wnull-dereference \
+ -Wuninitialized \
+ -Wunused \
+ -Wredundant-decls
+# -Wconversion \
+
# Debugging/Optimization
ifeq ($(DEBUG), 1)
CFLAGS += -Og