From aa4a10487a3c5cd63a0916ec854e3383150eb641 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 19 Aug 2010 22:31:18 +0000 Subject: 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). --- 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 -- cgit v0.9.1