Commit 0e481aac707eff1aebf12b2dad31116abbee9ed4
1 parent
820c86c2
Exists in
master
and in
1 other branch
Fixing windows builds.
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
src/dialogs/save/save.c
... | ... | @@ -89,7 +89,7 @@ |
89 | 89 | } |
90 | 90 | |
91 | 91 | #ifdef WIN32 |
92 | -static void icon_press(GtkEntry *entry, G_GNUC_UNUSED GtkEntryIconPosition icon_pos, G_GNUC_UNUSED GdkEvent *event, V3270SaveDialog *widget) | |
92 | +static void icon_press(GtkEntry G_GNUC_UNUSED(*entry), G_GNUC_UNUSED GtkEntryIconPosition icon_pos, G_GNUC_UNUSED GdkEvent *event, V3270SaveDialog *widget) | |
93 | 93 | { |
94 | 94 | /* |
95 | 95 | ... | ... |
src/selection/windows/copy.c