From a5f516893bbd539f11fb8d1cbb5b6db5a50fc632 Mon Sep 17 00:00:00 2001 From: hathach Date: Sun, 17 Oct 2021 16:26:27 +0700 Subject: more with -Wcast-qual --- examples/make.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/make.mk') 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) -- cgit v1.3.1