mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01: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);
|
||||
GDateMonth m;
|
||||
GDateDay day;
|
||||
guint32 j;
|
||||
guint32 j = 0;
|
||||
GDate *d;
|
||||
gint i;
|
||||
GDate tmp;
|
||||
|
Loading…
Reference in New Issue
Block a user