summaryrefslogtreecommitdiff
path: root/src/trg-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-model.c')
-rw-r--r--src/trg-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-model.c b/src/trg-model.c
index 67afd12..b27c981 100644
--- a/src/trg-model.c
+++ b/src/trg-model.c
@@ -28,7 +28,7 @@ struct trg_model_remove_removed_foreachfunc_args {
gboolean
trg_model_remove_removed_foreachfunc(GtkTreeModel * model,
- GtkTreePath * path,
+ GtkTreePath * path G_GNUC_UNUSED,
GtkTreeIter * iter, gpointer data)
{
struct trg_model_remove_removed_foreachfunc_args *args =