aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-23 21:54:42 +0200
committerGravatar Tom Willemsen2012-10-23 21:54:42 +0200
commit4f54019acbdd8981816e1b9d8394cd8b10c49a7c (patch)
treed1e0cdaca910846016b595d12bfbe66b62225b57
parent4344e47023a8bd2c1d490627635ed5693d82f53f (diff)
downloadeye-on-manga-4f54019acbdd8981816e1b9d8394cd8b10c49a7c.tar.gz
eye-on-manga-4f54019acbdd8981816e1b9d8394cd8b10c49a7c.zip
Show some more warnings during compilation
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ef84fa5..56c9d51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_PROG_INSTALL
# Check for necessary packages
PKG_CHECK_MODULES(EOM, hildon-1 sqlite3)
# Add packages to flags and libs
-CFLAGS="$EOM_CFLAGS $CFLAGS"
+CFLAGS="-Wall -Wextra $EOM_CFLAGS $CFLAGS"
LIBS="$EOM_LIBS $LIBS"
desktopentrydir=`$PKG_CONFIG osso-af-settings --variable=desktopentrydir`