Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@marcopg.org>2010-08-19 22:31:18 (GMT)
committer Marco Pesenti Gritti <marco@marcopg.org>2010-08-19 22:34:07 (GMT)
commitaa4a10487a3c5cd63a0916ec854e3383150eb641 (patch)
treee37b4b7c774a27e5b0c8be790ca6de3dc9fc6fcc
parenta5e4d763f74f182086acab00a9d2190f3c24476f (diff)
Use GNOME_COMPILE_WARNINGS
It's consistent with the rest of core modules and should give us better compiler flags (plus options to tweak them).
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8606785..3ade698 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,9 +11,7 @@ AM_DISABLE_STATIC
PKG_PROG_PKG_CONFIG([0.19])
-dnl These catch plenty of subtle bugs and miscompilation problems
-WARN_CFLAGS="-Wall -W -Werror=implicit-function-declaration"
-AC_SUBST(WARN_CFLAGS)
+GNOME_COMPILE_WARNINGS(maximum)
AC_PROG_CC
AC_HEADER_STDC