diff --git a/glib/tests/date.c b/glib/tests/date.c index 8903b8f0c..fa441a150 100644 --- a/glib/tests/date.c +++ b/glib/tests/date.c @@ -1384,7 +1384,7 @@ test_year (gconstpointer t) GDateYear y = GPOINTER_TO_INT (t); GDateMonth m; GDateDay day; - guint32 j; + guint32 j = 0; GDate *d; gint i; GDate tmp;