Skip to content

Commit

Permalink
icontheme: add G_GNUC_UNUSED in unused parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Nov 5, 2024
1 parent 53b4559 commit 5e4c9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/ctk/icontheme.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ static gint loaded;
static void
load_icon (GObject *source,
GAsyncResult *res,
gpointer data)
gpointer data G_GNUC_UNUSED)
{
CtkIconInfo *info = (CtkIconInfo *)source;
GError *error = NULL;
Expand All @@ -644,7 +644,7 @@ load_icon (GObject *source,
static void
load_symbolic (GObject *source,
GAsyncResult *res,
gpointer data)
gpointer data G_GNUC_UNUSED)
{
CtkIconInfo *info = (CtkIconInfo *)source;
GError *error = NULL;
Expand Down

0 comments on commit 5e4c9e7

Please sign in to comment.