[gnome-db] Patch to fix several "implicit declaration" warnings
- From: "J.H.M. Dassen (Ray)" <jdassen debian org>
- To: gnome-db-list gnome org
- Subject: [gnome-db] Patch to fix several "implicit declaration" warnings
- Date: Sun, 11 Jan 2004 12:05:23 +0100
[Please Cc, I'm not on the list]
This patch is against release-1-0-branch; please let me know if it's OK to
commit.
Regards,
Ray
--
No longer will we mistake music for a noun, as its containers have tempted
us to do for a century. We will realize once more that music is a verb, a
relationship, a constantly evolving life form.
John Perry Barlow in http://technocrat.net/958163435/index_html
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/libgnomedb/ChangeLog,v
retrieving revision 1.248.2.18
diff -u -I'$Id.*$' -u -r1.248.2.18 ChangeLog
--- ChangeLog 10 Jan 2004 21:19:30 -0000 1.248.2.18
+++ ChangeLog 11 Jan 2004 11:04:39 -0000
@@ -1,3 +1,10 @@
+2004-01-11 J.H.M. Dassen (Ray) <jdassen debian org>
+
+ * libgnomedb/gnome-db-login-dialog.c: Declare gnome_db_stock_init to
+ fix "implicit declaration" warning.
+ * testing/test-grid.c: #include <libgnomedb/libgnomedb.h> to fix
+ several "implicit declaration" warnings.
+
2004-01-10 Rodrigo Moya <rodrigo gnome-db org>
Fixes #131113
Index: libgnomedb/gnome-db-login-dialog.c
===================================================================
RCS file: /cvs/gnome/libgnomedb/libgnomedb/gnome-db-login-dialog.c,v
retrieving revision 1.23.2.2
diff -u -I'$Id.*$' -u -r1.23.2.2 gnome-db-login-dialog.c
--- libgnomedb/gnome-db-login-dialog.c 14 Nov 2003 13:19:38 -0000 1.23.2.2
+++ libgnomedb/gnome-db-login-dialog.c 11 Jan 2004 11:04:39 -0000
@@ -31,6 +31,9 @@
#include <libgnomedb/gnome-db-util.h>
#include "gnome-db-i18n.h"
+extern void gnome_db_stock_init (void);
+
+
struct _GnomeDbLoginDialogPrivate {
GtkWidget *login;
};
Index: testing/test-grid.c
===================================================================
RCS file: /cvs/gnome/libgnomedb/testing/test-grid.c,v
retrieving revision 1.7
diff -u -I'$Id.*$' -u -r1.7 test-grid.c
--- testing/test-grid.c 21 Apr 2003 04:14:44 -0000 1.7
+++ testing/test-grid.c 11 Jan 2004 11:04:39 -0000
@@ -21,6 +21,7 @@
*/
#include <libgda/libgda.h>
+#include <libgnomedb/libgnomedb.h>
#include <libgnomedb/gnome-db-grid.h>
#ifdef BUILD_WITH_GNOME
#include <libgnomedb/gnome-db-window.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]