--enable-hardcore configure flag is now even more hardcore!

(patch 2157019 by riccardom)
This commit is contained in:
yabause 2008-10-17 10:41:37 +00:00
parent 34f2a1c6e5
commit 5d5ea8b2a2
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ if test "x[$]ENABLE_HARDCORE" = "x1"; then
dnl - only valid for C with newer gcc's dnl - only valid for C with newer gcc's
CPPFLAGS="[$]CPPFLAGS -Wmissing-prototypes" CPPFLAGS="[$]CPPFLAGS -Wmissing-prototypes"
fi fi
CPPFLAGS="[$]CPPFLAGS -Werror -W -Wall -Wpointer-arith -Wcast-align -Wwrite-strings" CPPFLAGS="[$]CPPFLAGS -Wall -Wextra -Wpointer-arith -Wcast-align -Wwrite-strings -Wno-unused-parameter -Wmissing-declarations -Wundef -Wmissing-noreturn -Wshadow"
fi fi
dnl - Enable debug mode dnl - Enable debug mode