about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-09-17 23:07:21 +0100
committerJames Booth <boothj5@gmail.com>2012-09-17 23:07:21 +0100
commit73a8039c275912e3cfa0ea2e3d8bbe3f2148e027 (patch)
tree4f58f91da46324c4fce5ae52ec8c249159b0ce6b
parent37f9142769b68a0750774a61f1e14fd16baa9b48 (diff)
parent3ec28bde5c239fda00689040ac1817a579d35f18 (diff)
downloadprofani-tty-73a8039c275912e3cfa0ea2e3d8bbe3f2148e027.tar.gz
Merge branch 'warns' into development
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ed5c1fe1..83fab5e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ PKG_CHECK_MODULES([DEPS], [openssl glib-2.0 libcurl])
 PKG_CHECK_MODULES([NOTIFY], [libnotify], [], 
     [AC_MSG_NOTICE([libnotify module not found])])
 
-AM_CFLAGS="-O3 -Wall"
+AM_CFLAGS="-O3 -Wall -W -Wconversion -Wshadow -Wcast-qual -Wwrite-strings "
 AM_CFLAGS="$AM_CFLAGS -lstrophe -lxml2 -lexpat -lncurses -lcurl -lresolv "
 AM_CFLAGS="$AM_CFLAGS $DEPS_LIBS $NOTIFY_LIBS"