diff --git a/src/dialogs/save/save.c b/src/dialogs/save/save.c index 3968f7c..958fb5d 100644 --- a/src/dialogs/save/save.c +++ b/src/dialogs/save/save.c @@ -89,7 +89,7 @@ } #ifdef WIN32 -static void icon_press(GtkEntry *entry, G_GNUC_UNUSED GtkEntryIconPosition icon_pos, G_GNUC_UNUSED GdkEvent *event, V3270SaveDialog *widget) +static void icon_press(GtkEntry G_GNUC_UNUSED(*entry), G_GNUC_UNUSED GtkEntryIconPosition icon_pos, G_GNUC_UNUSED GdkEvent *event, V3270SaveDialog *widget) { /* diff --git a/src/selection/windows/copy.c b/src/selection/windows/copy.c index c1ee344..56648a6 100644 --- a/src/selection/windows/copy.c +++ b/src/selection/windows/copy.c @@ -29,6 +29,7 @@ #include #include + #include /*--[ Implement ]------------------------------------------------------------------------------------*/ -- libgit2 0.21.2