mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
gobjectnotifyqueue: Add G_GNUC_UNUSED in unused parameters
This commit is contained in:
parent
0b64bb2204
commit
de7fdced7f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user