mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 07:53:39 +02:00
Merge branch 'unused-warning' into 'master'
Initialize a variable See merge request GNOME/glib!676
This commit is contained in:
@@ -1860,7 +1860,7 @@ test_strinfo (void)
|
||||
"\0\0\0\xff";
|
||||
const guint32 *strinfo = (guint32 *) array;
|
||||
guint length = sizeof array / 4;
|
||||
guint result;
|
||||
guint result = 0;
|
||||
|
||||
{
|
||||
/* build it and compare */
|
||||
|
Reference in New Issue
Block a user