]> granicus.if.org Git - curl/commitdiff
removed -Wcast-align from --enable-debug with gcc, it just gives too many
authorDaniel Stenberg <daniel@haxx.se>
Mon, 27 Jan 2003 14:26:06 +0000 (14:26 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 27 Jan 2003 14:26:06 +0000 (14:26 +0000)
warnings that I can't be concerned about at this point.

configure.in

index 115601cccb618b00979a2b145cc834f610c6288e..43a6678d876159d73ead9c7adca1727ee56d2baa 100644 (file)
@@ -756,7 +756,7 @@ AC_ARG_ENABLE(debug,
     CPPFLAGS="$CPPFLAGS -DMALLOCDEBUG"
     CFLAGS="$CFLAGS -g" 
     if test "$GCC" = "yes"; then
-       CFLAGS="$CFLAGS -W -Wall -Wwrite-strings -pedantic -Wundef -Wpointer-arith -Wcast-align -Wnested-externs"
+       CFLAGS="$CFLAGS -W -Wall -Wwrite-strings -pedantic -Wundef -Wpointer-arith -Wnested-externs"
     fi
     dnl strip off optimizer flags
     NEWFLAGS=""