Skip to content

Commit 939ca39

Browse files
committed
bean-ctk-configurable: add G_GNUC_UNUSED in unused parameters
1 parent 14a274f commit 939ca39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libbean-ctk/bean-ctk-configurable.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
G_DEFINE_INTERFACE(BeanCtkConfigurable, bean_ctk_configurable, G_TYPE_OBJECT)
4444

4545
static void
46-
bean_ctk_configurable_default_init (BeanCtkConfigurableInterface *iface)
46+
bean_ctk_configurable_default_init (BeanCtkConfigurableInterface *iface G_GNUC_UNUSED)
4747
{
4848
}
4949

0 commit comments

Comments
 (0)