about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-09-11 23:43:16 +0100
committerJames Booth <boothj5@gmail.com>2012-09-11 23:43:16 +0100
commit3ec28bde5c239fda00689040ac1817a579d35f18 (patch)
tree0dd2461a8a9768713610e97e44a6b3f5179dff27
parent07178bf3b2e4e4547df97744ec27097afa6ac97a (diff)
downloadprofani-tty-3ec28bde5c239fda00689040ac1817a579d35f18.tar.gz
Added recommended gcc warnings
-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"