diff --git a/glib/gdatetime.c b/glib/gdatetime.c index 792c2ed15..6335bcbe2 100644 --- a/glib/gdatetime.c +++ b/glib/gdatetime.c @@ -1398,7 +1398,8 @@ parse_iso8601_date (const gchar *text, gsize length, static GTimeZone * parse_iso8601_timezone (const gchar *text, gsize length, size_t *tz_offset) { - gint i, tz_length, offset_hours, offset_minutes; + size_t tz_length; + gint i, offset_hours, offset_minutes; gint offset_sign = 1; GTimeZone *tz;