Skip to content

Commit

Permalink
textbuffer: add G_GNUC_UNUSED in unused parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Nov 7, 2024
1 parent b5e418a commit 400e647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/ctk/textbuffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ count_toggles_at_iter (CtkTextIter *iter,
}

static gint
count_toggles_in_range_by_char (CtkTextBuffer *buffer,
count_toggles_in_range_by_char (CtkTextBuffer *buffer G_GNUC_UNUSED,
CtkTextTag *of_tag,
const CtkTextIter *start,
const CtkTextIter *end)
Expand Down

0 comments on commit 400e647

Please sign in to comment.