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

@@ -122,7 +122,7 @@ main (gint argc,
GLogLevelFlags fatal_mask;
gboolean gen_froots = 0;
gboolean gen_tree = 0;
guint i;
gint i;
gchar *iindent = "";
f_out = stdout;