summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 62288241..8616f2fb 100644
--- a/Makerules
+++ b/Makerules
@@ -9,7 +9,7 @@ OS := $(OS:Darwin=MACOS)
HAVE_LIBDL ?= yes
-CFLAGS += -Wall
+CFLAGS += -Wall -Wdeclaration-after-statement
ifeq (,$(findstring -fembed-bitcode,$(XCFLAGS)))
# clang does not support these in combination with -fembed-bitcode