mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 01:48:53 +02:00
Fix compiler warnings
This commit is contained in:
@@ -350,7 +350,7 @@ g_hash_table_lookup_node (GHashTable *hash_table,
|
||||
{
|
||||
guint node_index;
|
||||
guint hash_value;
|
||||
guint first_tombstone;
|
||||
guint first_tombstone = 0;
|
||||
gboolean have_tombstone = FALSE;
|
||||
guint step = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user