From 1377b8f1881a45b2d6e63f5397496c144e60e98b Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 3 Nov 2004 07:29:44 +0000 Subject: [PATCH] my gcc has never heard of -Wendif-labels feel free to add it back in if you can make it only used by gcc's that know about it svn:r2654 --- trunk/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/configure.in b/trunk/configure.in index 2b63da3d99..020e90e4d7 100644 --- a/trunk/configure.in +++ b/trunk/configure.in @@ -232,7 +232,7 @@ AC_SUBST(LOCALSTATEDIR) # Set CFLAGS _after_ all the above checks, since our warnings are stricter # than autoconf's macros like. -CFLAGS="$CFLAGS -Wall -W -Wno-unused-parameter -Wfloat-equal -Wundef -Wendif-labels -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -g -O2" +CFLAGS="$CFLAGS -Wall -W -Wno-unused-parameter -Wfloat-equal -Wundef -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -g -O2" # Add these in when you feel like fun. # -Wbad-function-cast -Werror -Wdeclaration-after-statement