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,9 +729,8 @@ on_bankpage_back (GnomeDruidPage *gnomedruidpage,
GNOME_DRUID_PAGE (info->accountpage));
return TRUE;
default:
;
return FALSE;
}
return FALSE;
}
static gboolean
on_bankpage_next (GnomeDruidPage *gnomedruidpage,
@ -833,9 +832,8 @@ on_userid_back (GnomeDruidPage *gnomedruidpage,
GNOME_DRUID_PAGE (info->accountpage));
return TRUE;
default:
;
return FALSE;
}
return FALSE;
}
static gboolean
on_userid_focus_out (GtkWidget *widget,
@ -1006,9 +1004,8 @@ on_accountinfo_back (GnomeDruidPage *gnomedruidpage,
GNOME_DRUID_PAGE (info->filepage));
return TRUE;
default:
;
return FALSE;
}
return FALSE;
}
static gboolean
on_accountinfo_next (GnomeDruidPage *gnomedruidpage,
@ -1078,9 +1075,8 @@ on_accountlist_back (GnomeDruidPage *gnomedruidpage,
GNOME_DRUID_PAGE (info->filepage));
return TRUE;
default:
;
return FALSE;
}
return FALSE;
}
static void

View File

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