playing with more strict gcc warnings with --enable-debug

This commit is contained in:
Daniel Stenberg 2002-01-18 13:00:13 +00:00
parent e74b20926d
commit e4cd4cf3f3
1 changed files with 1 additions and 1 deletions

View 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)