1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build with gcc 3.4.

This commit is contained in:
Adam Weinberger 2004-08-02 17:42:33 +00:00
parent 51896e4f77
commit d164684a04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115281

View 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 :;
}
}