Merge branch 'unused-warning' into 'master'

Initialize a variable

See merge request GNOME/glib!676
This commit is contained in:
Emmanuele Bassi 2019-02-18 10:15:30 +00:00
commit 9530883430

View File

@ -1860,7 +1860,7 @@ test_strinfo (void)
"\0\0\0\xff"; "\0\0\0\xff";
const guint32 *strinfo = (guint32 *) array; const guint32 *strinfo = (guint32 *) array;
guint length = sizeof array / 4; guint length = sizeof array / 4;
guint result; guint result = 0;
{ {
/* build it and compare */ /* build it and compare */