From 1ffd143502f5f98d7ea1824f6560f76a8653c1cc Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 11 Oct 1998 22:47:29 +0000 Subject: Now it should also work when building packages. svn path=/trunk/; revision=444 --- macros/compiler-flags.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macros/compiler-flags.m4 b/macros/compiler-flags.m4 index c6cd1a6cbb..1a5cd8c6b2 100644 --- a/macros/compiler-flags.m4 +++ b/macros/compiler-flags.m4 @@ -11,13 +11,13 @@ AC_DEFUN([GNOME_COMPILE_WARNINGS],[ if test "x$GCC" = "xyes"; then case " $CFLAGS " in *[\ \ ]-Wall[\ \ ]*) ;; - *) warnCFLAGS="-Wall" ;; + *) warnCFLAGS="-Wall -Wno-unused" ;; esac ## -W is not all that useful. And it cannot be controlled ## with individual -Wno-xxx flags, unlike -Wall if test "x$enable_compile_warnings" = "xyes"; then - warnCFLAGS="$warnCFLAGS -Wno-unused -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith" + warnCFLAGS="$warnCFLAGS -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith" fi fi fi -- cgit