From: Dana Jansens Date: Thu, 16 May 2002 18:37:05 +0000 (+0000) Subject: removing pendantic. thats just crazy. -Wall -W will suffice. X-Git-Tag: openbox-1_2_1^2~70 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c17256d745e2730de5458f954af49860c0f4bce7;p=dana%2Fopenbox.git removing pendantic. thats just crazy. -Wall -W will suffice. --- diff --git a/configure.in b/configure.in index dc8ae2fb..c57f9bf5 100644 --- a/configure.in +++ b/configure.in @@ -172,7 +172,7 @@ AC_ARG_ENABLE(debug, [ --enable-debug include verbose debugging code [default=no]], if test x$enableval = "xyes"; then AC_MSG_RESULT([yes]) - DEBUG="-DDEBUG -Wall -W -pedantic" + DEBUG="-DDEBUG -Wall -W" else AC_MSG_RESULT([no]) fi,