mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Initialise lengths in GvdbReader to silence warnings
This commit is contained in:
parent
ad363d9aac
commit
3035bf40d0
@ -612,7 +612,7 @@ gvdb_table_walk (GvdbTable *table,
|
|||||||
{
|
{
|
||||||
if (open_func (name, name_len, user_data))
|
if (open_func (name, name_len, user_data))
|
||||||
{
|
{
|
||||||
guint length;
|
guint length = 0;
|
||||||
|
|
||||||
index++;
|
index++;
|
||||||
g_assert (index < 64);
|
g_assert (index < 64);
|
||||||
|
Loading…
Reference in New Issue
Block a user