From 4f54019acbdd8981816e1b9d8394cd8b10c49a7c Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 23 Oct 2012 21:54:42 +0200 Subject: Show some more warnings during compilation --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- cgit v1.2.3-54-g00ecf