From cd4e73193dcd3989c0379d769923323bfec0748b Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 10 Jan 2005 09:33:18 +0000 Subject: (svn r1457) Make Darvater happy: -Wdeclaration-after-statement --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 355583fb9..13ebdf4ea 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= -- cgit v1.2.3-70-g09d2