From 40b5030acc4f4202feeb467fe9f00ad38a93c547 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Sat, 19 Sep 1998 17:40:35 +0000 Subject: Do not use -W as in the context of Gtk/Gnome, we get warnings for the Do not use -W as in the context of Gtk/Gnome, we get warnings for the unused parameters in callback funcions which we cant fix. Miguel. svn path=/trunk/; revision=384 --- macros/compiler-flags.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/compiler-flags.m4') diff --git a/macros/compiler-flags.m4 b/macros/compiler-flags.m4 index 953e8ebb5b..c582a387cc 100644 --- a/macros/compiler-flags.m4 +++ b/macros/compiler-flags.m4 @@ -15,7 +15,7 @@ AC_DEFUN([GNOME_COMPILE_WARNINGS],[ esac if test "x$enable_compile_warnings" = "xyes"; then - warnCFLAGS="$warnCFLAGS -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith" + warnCFLAGS="$warnCFLAGS -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith" fi fi fi -- cgit v1.2.3