Skip to content

Commit

Permalink
lapiz: add G_GNUC_UNUSED in unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Jun 1, 2024
1 parent 787a4e3 commit 00278ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lapiz/lapiz.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ display_open_if_needed (const gchar *name)
/* serverside */
static void
on_message_received (const char *message,
gpointer data)
gpointer data G_GNUC_UNUSED)
{
const LapizEncoding *encoding = NULL;
gchar **commands;
Expand Down

0 comments on commit 00278ac

Please sign in to comment.