From 101a7a71ae1d63a2284b89b86664f011c463bc68 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Sun, 26 Mar 2017 19:30:18 +0200 Subject: [PATCH] enable -Wdeclaration-after-statement by default --- makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.include b/makefile.include index b646320..4d71000 100644 --- a/makefile.include +++ b/makefile.include @@ -35,7 +35,7 @@ CFLAGS += -Wextra # additional warnings CFLAGS += -Wsystem-headers -Wbad-function-cast -Wcast-align CFLAGS += -Wstrict-prototypes -Wpointer-arith -#CFLAGS += -Wdeclaration-after-statement +CFLAGS += -Wdeclaration-after-statement endif CFLAGS += -Wno-type-limits