]> granicus.if.org Git - curl/commitdiff
playing with more strict gcc warnings with --enable-debug
authorDaniel Stenberg <daniel@haxx.se>
Fri, 18 Jan 2002 13:00:13 +0000 (13:00 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Jan 2002 13:00:13 +0000 (13:00 +0000)
configure.in

index ea23bf901f3f499e12972f1e3d57239a2bc62f57..ba7d0c3d64d1fded9934298db8c2461fe034c4fd 100644 (file)
@@ -69,7 +69,7 @@ AC_ARG_ENABLE(debug,
   *)   AC_MSG_RESULT(yes)
 
     CPPFLAGS="$CPPFLAGS -DMALLOCDEBUG"
-    CFLAGS="-W -Wall -Wwrite-strings -pedantic -g" 
+    CFLAGS="-W -Wall -Wwrite-strings -pedantic -Wundef -Wpointer-arith -Wcast-align -Wnested-externs -g" 
        ;;
   esac ],
        AC_MSG_RESULT(no)