about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-03 22:19:46 +0000
committerJames Booth <boothj5@gmail.com>2013-02-03 22:19:46 +0000
commitb7535a0fe237fbba06acff282535d661476fd259 (patch)
treef61dd581e33df430c19e747d914f70c06e7fe810
parent1cd2d6c7c9e5dc6d764d67b1b437ef7180b7d26a (diff)
downloadprofani-tty-b7535a0fe237fbba06acff282535d661476fd259.tar.gz
Added -Werror
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"