summaryrefslogtreecommitdiff
path: root/gobject/gobject-query.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-11-28 20:33:53 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-11-28 20:33:53 +0000
commitd98433b85e26a43506d0f149a8a994717ca9ce05 (patch)
tree33dcba7fa883cf5076bdcb353fe52c6564735728 /gobject/gobject-query.c
parent0f1e8fb313e7b1539499ee430288644ab375980b (diff)
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.
Diffstat (limited to 'gobject/gobject-query.c')
-rw-r--r--gobject/gobject-query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gobject-query.c b/gobject/gobject-query.c
index 5b4ff71db..693474825 100644
--- a/gobject/gobject-query.c
+++ b/gobject/gobject-query.c
@@ -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;