mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 22:23:39 +02:00
Initialise lengths in GvdbReader to silence warnings
This commit is contained in:
@@ -612,7 +612,7 @@ gvdb_table_walk (GvdbTable *table,
|
||||
{
|
||||
if (open_func (name, name_len, user_data))
|
||||
{
|
||||
guint length;
|
||||
guint length = 0;
|
||||
|
||||
index++;
|
||||
g_assert (index < 64);
|
||||
|
Reference in New Issue
Block a user