Skip to content

Commit

Permalink
overlay: 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 ffd0c06 commit bc5f3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/ctk-demo/overlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ do_number (CtkButton *button, CtkEntry *entry)
}

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

Expand Down

0 comments on commit bc5f3a9

Please sign in to comment.