mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 22:51:37 +00:00
-pedantic is gone, GONE!
Never to return its GONE! *bounce*
This commit is contained in:
parent
b148faf259
commit
ac1b243f38
1 changed files with 2 additions and 1 deletions
|
@ -426,8 +426,9 @@ fi
|
|||
|
||||
dnl We want warnings, lots of warnings...
|
||||
if test "x$GCC" = xyes; then
|
||||
CFLAGS="$CFLAGS -Wall -pedantic"
|
||||
CFLAGS="$CFLAGS -Wall"
|
||||
fi
|
||||
# CFLAGS="$CFLAGS -Wall -pedantic"
|
||||
|
||||
dnl Check for ia32
|
||||
AC_MSG_CHECKING(for an ia32 machine)
|
||||
|
|
Loading…
Reference in a new issue