mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-23 15:49:16 +02:00
Fix non-initialized variable in gio/tests/date.c
This commit is contained in:
parent
af69d438ed
commit
19280e2166
@ -1384,7 +1384,7 @@ test_year (gconstpointer t)
|
|||||||
GDateYear y = GPOINTER_TO_INT (t);
|
GDateYear y = GPOINTER_TO_INT (t);
|
||||||
GDateMonth m;
|
GDateMonth m;
|
||||||
GDateDay day;
|
GDateDay day;
|
||||||
guint32 j;
|
guint32 j = 0;
|
||||||
GDate *d;
|
GDate *d;
|
||||||
gint i;
|
gint i;
|
||||||
GDate tmp;
|
GDate tmp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user