From 34db7c9e6846cfcff474f59e759bd66ff6ddc021 Mon Sep 17 00:00:00 2001 From: Emil Mikulic Date: Tue, 18 Nov 2003 08:07:51 +0000 Subject: [PATCH] . Traditional C sucks. --- trunk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/Makefile b/trunk/Makefile index bfe196c..04b6321 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -1,4 +1,4 @@ -ALLWARNS = -Wall -Wtraditional -Wshadow -Wpointer-arith -Wcast-qual \ +ALLWARNS = -Wall -Wshadow -Wpointer-arith -Wcast-qual \ -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return \ -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \ -Wredundant-decls -Wnested-externs -Wlong-long -Winline