mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 14:13:41 +02:00
Silence compiler warnings.
2005-11-28 Matthias Clasen <mclasen@redhat.com> * gobjectnotifyqueue.c (g_object_notify_queue_thaw): * gobject-query.c (main): Silence compiler warnings. * glib-genmarshal.c (main): Use G_N_ELEMENTS.
This commit is contained in:
committed by
Matthias Clasen
parent
0f1e8fb313
commit
d98433b85e
@@ -106,7 +106,7 @@ g_object_notify_queue_thaw (GObject *object,
|
||||
for (slist = nqueue->pspecs; slist; slist = slist->next)
|
||||
{
|
||||
GParamSpec *pspec = slist->data;
|
||||
gint i = 0;
|
||||
guint i = 0;
|
||||
|
||||
/* dedup, make pspecs in the list unique */
|
||||
redo_dedup_check:
|
||||
|
Reference in New Issue
Block a user