Added -Werror

This commit is contained in:
James Booth
2013-02-03 22:19:46 +00:00
parent 1cd2d6c7c9
commit b7535a0fe2

View File

@@ -87,7 +87,7 @@ if test "x$enable_notifications" != xno; then
fi
# Default parameters
AM_CFLAGS="-Wall"
AM_CFLAGS="-Wall -Werror"
LIBS="$LIBS $DEPS_LIBS $NOTIFY_LIBS"
AM_CPPFLAGS="$DEPS_CFLAGS $NOTIFY_CFLAGS"