summaryrefslogtreecommitdiffstats
path: root/source/keyb.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/keyb.c')
-rw-r--r--source/keyb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/keyb.c b/source/keyb.c
index 243d12b3..24db1f33 100644
--- a/source/keyb.c
+++ b/source/keyb.c
@@ -138,7 +138,7 @@ void setup_abe ( void )
}
}
-static gboolean binding_trigger_action ( guint64 scope, gpointer user_data )
+static gboolean binding_trigger_action ( guint64 scope, G_GNUC_UNUSED gpointer target, gpointer user_data )
{
return rofi_view_trigger_action ( rofi_view_get_active (), scope, GPOINTER_TO_UINT ( user_data ) );
}