gobjectnotifyqueue: Add G_GNUC_UNUSED in unused parameters

This commit is contained in:
Pablo Barciela 2024-08-13 04:19:22 +02:00
parent 0b64bb2204
commit de7fdced7f

View File

@ -140,7 +140,7 @@ g_object_notify_queue_thaw (GObject *object,
}
static inline void
g_object_notify_queue_clear (GObject *object,
g_object_notify_queue_clear (GObject *object G_GNUC_UNUSED,
GObjectNotifyQueue *nqueue)
{
g_return_if_fail (nqueue->freeze_count > 0);
@ -155,7 +155,7 @@ g_object_notify_queue_clear (GObject *object,
}
static inline void
g_object_notify_queue_add (GObject *object,
g_object_notify_queue_add (GObject *object G_GNUC_UNUSED,
GObjectNotifyQueue *nqueue,
GParamSpec *pspec)
{