Commit 493b6b29b5088300ca8565cfc9cf194e2da87c26

Authored by Perry Werneck
1 parent 558ab0a1

Fixing warning.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/objects/window/terminal.c
... ... @@ -41,7 +41,7 @@
41 41 gchar filename[1];
42 42 };
43 43  
44   - static void destroy(GtkWidget *terminal, struct SessionDescriptor * session) {
  44 + static void destroy(GtkWidget G_GNUC_UNUSED(*terminal), struct SessionDescriptor * session) {
45 45  
46 46 if(session->changed) {
47 47  
... ...