[GNOME VFS] build fix for HEAD

Laszlo PETER <[email protected]>
Newsgroups gmane.comp.gnome.vfs
Organization Sun Microsystems Ireland
Message-ID <[email protected]>
Hi,

This patch fixes the warning flags stuff for gob and gnome-vfs.
May I commit?

Laca

Index: gnome-vfs/configure.in
===================================================================
RCS file: /cvs/GNOME-RE/gnome-vfs/configure.in,v
retrieving revision 1.188
diff -u -r1.188 configure.in
--- gnome-vfs/configure.in	2002/06/21 11:42:59	1.188
+++ gnome-vfs/configure.in	2002/07/04 10:32:12
@@ -68,9 +68,8 @@
 BONOBO_IDLDIR="`$PKG_CONFIG --variable=idldir bonobo-activation-2.0`"
 AC_SUBST(BONOBO_IDLDIR)
 
-cflags_set=yes
 GNOME_COMPILE_WARNINGS
-VFS_CFLAGS="$warnCFLAGS $complCFLAGS"
+VFS_CFLAGS="$WARN_CFLAGS"
 
 GNOME_PTHREAD_CHECK
 dnl semaphore functions are in librt.so on solaris
Index: gnome-vfs/gob/configure.in
===================================================================
RCS file: /cvs/GNOME-RE/gob/configure.in,v
retrieving revision 1.44
diff -u -r1.44 configure.in
--- gnome-vfs/gob/configure.in	2002/01/17 10:15:14	1.44
+++ gnome-vfs/gob/configure.in	2002/07/04 10:32:13
@@ -50,6 +50,8 @@
 
 dnl AM_PROG_LIBTOOL
 
+GNOME_COMPILE_WARNINGS
+
 AC_SUBST(CFLAGS)
 AC_SUBST(CPPFLAGS)
 AC_SUBST(LDFLAGS)
Index: gnome-vfs/gob/src/Makefile.am
===================================================================
RCS file: /cvs/GNOME-RE/gob/src/Makefile.am,v
retrieving revision 1.26
diff -u -r1.26 Makefile.am
--- gnome-vfs/gob/src/Makefile.am	2002/05/28 19:54:08	1.26
+++ gnome-vfs/gob/src/Makefile.am	2002/07/04 10:32:13
@@ -3,10 +3,7 @@
 SUBDIRS =
 
 CFLAGS = @CFLAGS@ \
-	-Wall			\
-	-Wpointer-arith		\
-	-Wmissing-prototypes	\
-	-Wmissing-declarations
+	 $(WARN_CFLAGS)
 
 DEFS = @DEFS@ \
 	-DPKGDATADIR=\"$(pkgdatadir)\"

_______________________________________________
gnome-vfs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gnome-vfs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.