mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
Merge branch 'unused-warning' into 'master'
Initialize a variable See merge request GNOME/glib!676
This commit is contained in:
commit
9530883430
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user