removing pendantic. thats just crazy. -Wall -W will suffice.
This commit is contained in:
parent
080c09da47
commit
c17256d745
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ AC_ARG_ENABLE(debug,
|
||||||
[ --enable-debug include verbose debugging code [default=no]],
|
[ --enable-debug include verbose debugging code [default=no]],
|
||||||
if test x$enableval = "xyes"; then
|
if test x$enableval = "xyes"; then
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
DEBUG="-DDEBUG -Wall -W -pedantic"
|
DEBUG="-DDEBUG -Wall -W"
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
fi,
|
fi,
|
||||||
|
|
Loading…
Reference in a new issue