added -Wextra -Werror and fixed everything it had to mecker about

This commit is contained in:
TLINDEN
2014-02-25 18:05:32 +01:00
parent 21b0ea38db
commit 8b955b5e92
19 changed files with 36 additions and 81 deletions

View File

@@ -282,6 +282,7 @@ if test -n "$bigendian"; then
CFLAGS="$CFLAGS -D__CPU_IS_BIG_ENDIAN=1"
fi
CFLAGS="$CFLAGS -Werror -Wextra"
CXXFLAGS="$CFLAGS"
AC_SUBST(PACKAGE_VERSION)