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:
Matthias Clasen
2005-11-28 20:33:53 +00:00
committed by Matthias Clasen
parent 0f1e8fb313
commit d98433b85e
4 changed files with 10 additions and 3 deletions

View File

@@ -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: