# --- ROCK-COPYRIGHT-NOTE-BEGIN --- # # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # Please add additional copyright information _after_ the line containing # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by # the ./scripts/Create-CopyPatch script. Do not edit this copyright text! # # ROCK Linux: rock-src/package/gnome2/libgnomedb/gcc34.patch # ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # --- ROCK-COPYRIGHT-NOTE-END --- The usual gcc-3.4 fixes. - Rene Rebe --- libgnomedb-1.0.1/libgnomedb/gnome-db-form.c.orig 2004-05-10 15:26:15.192229272 +0200 +++ libgnomedb-1.0.1/libgnomedb/gnome-db-form.c 2004-05-10 15:26:58.463651016 +0200 @@ -534,6 +534,7 @@ case GNOME_DB_FORM_TYPE_NAVIGATOR : return form->priv->navigator_current_row; case GNOME_DB_FORM_TYPE_LIST : + ; } return -1; @@ -559,5 +560,6 @@ show_navigator_row (form); break; case GNOME_DB_FORM_TYPE_LIST : + ; } } --- libgnomedb-1.0.1/libgnomedb/utils.c.orig 2004-05-10 15:23:28.018643520 +0200 +++ libgnomedb-1.0.1/libgnomedb/utils.c 2004-05-10 15:24:10.804139136 +0200 @@ -45,6 +45,7 @@ gnome_db_error_dialog_show_errors (GNOME_DB_ERROR_DIALOG (dialog), gda_connection_get_errors (cnc)); default : + ; } }