mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Fix build with gcc 3.4.
This commit is contained in:
parent
b2ebb95a36
commit
6fa642bcca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115266
10
databases/libgnomedb/files/patch-libgnomedb_gnome-db-form.c
Normal file
10
databases/libgnomedb/files/patch-libgnomedb_gnome-db-form.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- libgnomedb/gnome-db-form.c.orig Mon Aug 2 10:13:56 2004
|
||||
+++ libgnomedb/gnome-db-form.c Mon Aug 2 10:14:09 2004
|
||||
@@ -582,6 +582,6 @@
|
||||
form->priv->navigator_current_row = row;
|
||||
show_navigator_row (form);
|
||||
break;
|
||||
- case GNOME_DB_FORM_TYPE_LIST :
|
||||
+ case GNOME_DB_FORM_TYPE_LIST :;
|
||||
}
|
||||
}
|
11
databases/libgnomedb/files/patch-libgnomedb_utils.c
Normal file
11
databases/libgnomedb/files/patch-libgnomedb_utils.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- libgnomedb/utils.c.orig Mon Aug 2 10:12:06 2004
|
||||
+++ libgnomedb/utils.c Mon Aug 2 10:12:16 2004
|
||||
@@ -45,7 +45,7 @@
|
||||
dialog = gnome_db_error_dialog_new (_("Error"));
|
||||
gnome_db_error_dialog_show_errors (GNOME_DB_ERROR_DIALOG (dialog),
|
||||
gda_connection_get_errors (cnc));
|
||||
- default :
|
||||
+ default :;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user