From 54e955464ba051861ad4741c7ce7fe02ef0ea793 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 10 Jan 2005 19:27:38 +0000 Subject: [PATCH] (svn r1470) Revert r1457, this warning option was introduced with gcc 3.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13ebdf4ea7..355583fb95 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 -Wdeclaration-after-statement +CFLAGS=-Wall -Wno-multichar -Wsign-compare CDEFS=-DWITH_REV LDFLAGS= LIBS=