Follow up on Benoit's gcc3 fixes.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7744 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2002-12-31 10:42:55 +00:00
parent 0fef080b65
commit f7b08d89bf
2 changed files with 6 additions and 11 deletions

View File

@ -729,10 +729,9 @@ on_bankpage_back (GnomeDruidPage *gnomedruidpage,
GNOME_DRUID_PAGE (info->accountpage)); GNOME_DRUID_PAGE (info->accountpage));
return TRUE; return TRUE;
default: default:
;
}
return FALSE; return FALSE;
} }
}
static gboolean static gboolean
on_bankpage_next (GnomeDruidPage *gnomedruidpage, on_bankpage_next (GnomeDruidPage *gnomedruidpage,
gpointer arg1, gpointer arg1,
@ -833,10 +832,9 @@ on_userid_back (GnomeDruidPage *gnomedruidpage,
GNOME_DRUID_PAGE (info->accountpage)); GNOME_DRUID_PAGE (info->accountpage));
return TRUE; return TRUE;
default: default:
;
}
return FALSE; return FALSE;
} }
}
static gboolean static gboolean
on_userid_focus_out (GtkWidget *widget, on_userid_focus_out (GtkWidget *widget,
GdkEventFocus *event, GdkEventFocus *event,
@ -1006,10 +1004,9 @@ on_accountinfo_back (GnomeDruidPage *gnomedruidpage,
GNOME_DRUID_PAGE (info->filepage)); GNOME_DRUID_PAGE (info->filepage));
return TRUE; return TRUE;
default: default:
;
}
return FALSE; return FALSE;
} }
}
static gboolean static gboolean
on_accountinfo_next (GnomeDruidPage *gnomedruidpage, on_accountinfo_next (GnomeDruidPage *gnomedruidpage,
gpointer arg1, gpointer arg1,
@ -1078,10 +1075,9 @@ on_accountlist_back (GnomeDruidPage *gnomedruidpage,
GNOME_DRUID_PAGE (info->filepage)); GNOME_DRUID_PAGE (info->filepage));
return TRUE; return TRUE;
default: default:
;
}
return FALSE; return FALSE;
} }
}
static void static void
on_accountlist_prepare (GnomeDruidPage *gnomedruidpage, on_accountlist_prepare (GnomeDruidPage *gnomedruidpage,

View File

@ -34,7 +34,7 @@
#include "hbci-interaction.h" #include "hbci-interaction.h"
static short module = MOD_IMPORT; /* static short module = MOD_IMPORT; */
HBCI_API * HBCI_API *
gnc_hbci_api_new (const char *filename, gboolean allowNewFile, gnc_hbci_api_new (const char *filename, gboolean allowNewFile,
@ -279,10 +279,9 @@ gnc_hbci_error_retry (GtkWidget *parent, HBCI_Error *error,
return FALSE; return FALSE;
default: default:
; return FALSE;
} }
return FALSE;
} }
gboolean gboolean