Skip to content

Commit

Permalink
overlay2: add G_GNUC_UNUSED in unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Sep 19, 2024
1 parent bc5f3a9 commit d0566c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/ctk-demo/overlay2.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ margin_changed (CtkAdjustment *adjustment,
}

CtkWidget *
do_overlay2 (CtkWidget *do_widget)
do_overlay2 (CtkWidget *do_widget G_GNUC_UNUSED)
{
static CtkWidget *window = NULL;

Expand Down

0 comments on commit d0566c7

Please sign in to comment.