Commit 65e9d067f33bb50a2fdb52419f832aafa7cc69f3
1 parent
5cad927b
Exists in
master
and in
1 other branch
Fixing win32 warnings
Fixing segfault on the settings dialog.
Showing
3 changed files
with
3 additions
and
1 deletions
Show diff stats
src/dialogs/settings/dialog.c
... | ... | @@ -61,7 +61,7 @@ static gboolean on_tab_focus(V3270Settings *settings, GdkEvent G_GNUC_UNUSED(*ev |
61 | 61 | } |
62 | 62 | */ |
63 | 63 | |
64 | -void on_switch_page(GtkNotebook G_GNUC_UNUSED(*notebook), V3270Settings *settings, guint G_GNUC_UNUSED(page_num), V3270SettingsDialog *dialog) | |
64 | +static void on_switch_page(GtkNotebook G_GNUC_UNUSED(*notebook), V3270Settings *settings, guint G_GNUC_UNUSED(page_num), V3270SettingsDialog *dialog) | |
65 | 65 | { |
66 | 66 | debug("title: %s",settings->title); |
67 | 67 | debug("label: %s",settings->label); | ... | ... |
src/include/v3270.h