summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-09-19 17:40:35 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-09-19 17:40:35 +0000
commitead942a905184724cacb59b1e77be7d1ccd7daed (patch)
tree516e1e34bb857785ba4fcc2ead899c66b69d5dca
parent2a79282e27f890e5ba69871a2e9ef8a869da7e8c (diff)
downloadgnome-common-ead942a905184724cacb59b1e77be7d1ccd7daed.tar.gz
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=393
-rw-r--r--macros/compiler-flags.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/compiler-flags.m4 b/macros/compiler-flags.m4
index 953e8eb..c582a38 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