From cd4e73193dcd3989c0379d769923323bfec0748b Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 10 Jan 2005 09:33:18 +0000 Subject: [PATCH] (svn r1457) Make Darvater happy: -Wdeclaration-after-statement --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 355583fb95..13ebdf4ea7 100644 --- a/Makefile +++ b/Makefile @@ -290,7 +290,7 @@ endif # -O optimize or -O2 fully optimize (O's above 2 are not recommended) # -pg profile - generate profiling data. See "man gprof" to use this. -CFLAGS=-Wall -Wno-multichar -Wsign-compare +CFLAGS=-Wall -Wno-multichar -Wsign-compare -Wdeclaration-after-statement CDEFS=-DWITH_REV LDFLAGS= LIBS=