Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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