mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix build with gcc 3.4.
This commit is contained in:
parent
51896e4f77
commit
d164684a04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115281
10
databases/mergeant/files/patch-src_interface_cb.c
Normal file
10
databases/mergeant/files/patch-src_interface_cb.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/interface_cb.c.orig Mon Aug 2 13:38:56 2004
|
||||
+++ src/interface_cb.c Mon Aug 2 13:39:10 2004
|
||||
@@ -2209,6 +2209,6 @@
|
||||
gnome_db_error_dialog_show_errors (GNOME_DB_ERROR_DIALOG (conf->error_dlg),
|
||||
gda_connection_get_errors (cnc));
|
||||
break;
|
||||
- default :
|
||||
+ default :;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user