From b7535a0fe237fbba06acff282535d661476fd259 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 3 Feb 2013 22:19:46 +0000 Subject: [PATCH] Added -Werror --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a2a0ee91..f6c9ba3a 100644 --- a/configure.ac +++ b/configure.ac @@ -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"