summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-10-17 16:26:27 +0700
committerhathach <[email protected]>2021-10-17 16:36:53 +0700
commita5f516893bbd539f11fb8d1cbb5b6db5a50fc632 (patch)
tree1d9f344ae3b7ed1a56b27bcbb11c4ff9d1ae07de /examples/make.mk
parent0b249618b0469529da748e3e5478751cd56acd31 (diff)
more with -Wcast-qual
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 c894d35f4..774625577 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -104,7 +104,8 @@ CFLAGS += \
-Wmissing-format-attribute \
-Wunreachable-code \
-Wcast-align \
- -Wcast-function-type
+ -Wcast-function-type \
+ -Wcast-qual
# Debugging/Optimization
ifeq ($(DEBUG), 1)