mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
816 B

  1. The usual gcc-3.4 fixes.
  2. - Rene Rebe <rene@rocklinux.org>
  3. --- libgnomedb-1.0.1/libgnomedb/gnome-db-form.c.orig 2004-05-10 15:26:15.192229272 +0200
  4. +++ libgnomedb-1.0.1/libgnomedb/gnome-db-form.c 2004-05-10 15:26:58.463651016 +0200
  5. @@ -534,6 +534,7 @@
  6. case GNOME_DB_FORM_TYPE_NAVIGATOR :
  7. return form->priv->navigator_current_row;
  8. case GNOME_DB_FORM_TYPE_LIST :
  9. + ;
  10. }
  11. return -1;
  12. @@ -559,5 +560,6 @@
  13. show_navigator_row (form);
  14. break;
  15. case GNOME_DB_FORM_TYPE_LIST :
  16. + ;
  17. }
  18. }
  19. --- libgnomedb-1.0.1/libgnomedb/utils.c.orig 2004-05-10 15:23:28.018643520 +0200
  20. +++ libgnomedb-1.0.1/libgnomedb/utils.c 2004-05-10 15:24:10.804139136 +0200
  21. @@ -45,6 +45,7 @@
  22. gnome_db_error_dialog_show_errors (GNOME_DB_ERROR_DIALOG (dialog),
  23. gda_connection_get_errors (cnc));
  24. default :
  25. + ;
  26. }
  27. }