Skip to content

Commit

Permalink
lapiz-taglist-plugin: add G_GNUC_UNUSED in unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Jun 13, 2024
1 parent a196f13 commit bbcff34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/taglist/lapiz-taglist-plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ lapiz_taglist_plugin_class_init (LapizTaglistPluginClass *klass)
}

static void
lapiz_taglist_plugin_class_finalize (LapizTaglistPluginClass *klass)
lapiz_taglist_plugin_class_finalize (LapizTaglistPluginClass *klass G_GNUC_UNUSED)
{
/* dummy function - used by G_DEFINE_DYNAMIC_TYPE_EXTENDED */
}
Expand Down

0 comments on commit bbcff34

Please sign in to comment.