diff --git a/src/objects/window/terminal.c b/src/objects/window/terminal.c index 17903df..ffe30fe 100644 --- a/src/objects/window/terminal.c +++ b/src/objects/window/terminal.c @@ -41,7 +41,7 @@ gchar filename[1]; }; - static void destroy(GtkWidget *terminal, struct SessionDescriptor * session) { + static void destroy(GtkWidget G_GNUC_UNUSED(*terminal), struct SessionDescriptor * session) { if(session->changed) { -- libgit2 0.21.2