Skip to content

Commit

Permalink
ctktreemodelrefcount: add G_GNUC_UNUSED in unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Nov 18, 2024
1 parent 3158adf commit 9fd8e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/ctk/ctktreemodelrefcount.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ G_DEFINE_TYPE_WITH_CODE (CtkTreeModelRefCount, ctk_tree_model_ref_count, CTK_TYP

static void
row_removed (CtkTreeModelRefCount *ref_model,
CtkTreePath *path)
CtkTreePath *path G_GNUC_UNUSED)
{
GHashTableIter iter;
CtkTreeIter tree_iter;
Expand Down

0 comments on commit 9fd8e7a

Please sign in to comment.