diff --git a/gio/tests/contenttype.c b/gio/tests/contenttype.c index 71e8b0df6..f2faaf68d 100644 --- a/gio/tests/contenttype.c +++ b/gio/tests/contenttype.c @@ -363,7 +363,7 @@ test_tree (void) const gchar *path; GFile *file; gchar **types; - gint i; + gsize i; #ifdef __APPLE__ g_test_skip ("The OSX backend does not implement g_content_type_guess_for_tree()");