File gnome-utils-autobuild-warning.patch of Package gnome-utils

Index: gnome-dictionary/src/gdict-applet.c
===================================================================
--- gnome-dictionary/src/gdict-applet.c.orig
+++ gnome-dictionary/src/gdict-applet.c
@@ -444,6 +444,7 @@ gdict_applet_icon_toggled_cb (GtkWidget 
       
       priv->is_window_showing = FALSE;
     }
+    return FALSE;
 }
 
 static void
Index: gnome-screenshot/screenshot-xfer.c
===================================================================
--- gnome-screenshot/screenshot-xfer.c.orig
+++ gnome-screenshot/screenshot-xfer.c
@@ -4,6 +4,10 @@
 #include "gnome-egg-xfer-dialog.h"
 
 #include <time.h>
+#include <string.h>
+#include <stdio.h>
+#include <unistd.h>
+#include <sys/socket.h>
 #include <glib/gi18n.h>
 
 typedef struct
Index: logview/log_repaint.c
===================================================================
--- logview/log_repaint.c.orig
+++ logview/log_repaint.c
@@ -63,6 +63,7 @@ logview_show_normal_cursor (LogviewWindo
     gdk_display_flush (gtk_widget_get_display (GTK_WIDGET (logview)));
     busy_cursor = FALSE;
   }
+  return FALSE;
 }
 
 void
Index: logview/misc.c
===================================================================
--- logview/misc.c.orig
+++ logview/misc.c
@@ -17,15 +17,13 @@
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
     ---------------------------------------------------------------------- */
-
+#define _XOPEN_SOURCE
 #ifdef __CYGWIN__
 #define timezonevar
 #endif
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
-#define _XOPEN_SOURCE
-#include <time.h>
 #include <string.h>
 #include <stdlib.h>
 
openSUSE Build Service is sponsored by