mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-28 16:36:14 +01:00
Merge branch 'mcatanzaro/sign-compare' into 'master'
Fix -Wsign-compare warning See merge request GNOME/gvdb!7
This commit is contained in:
commit
f586fa04c1
@ -351,10 +351,10 @@ gvdb_table_get_names (GvdbTable *table,
|
||||
gsize *length)
|
||||
{
|
||||
gchar **names;
|
||||
gint n_names;
|
||||
gint filled;
|
||||
gint total;
|
||||
gint i;
|
||||
guint n_names;
|
||||
guint filled;
|
||||
guint total;
|
||||
guint i;
|
||||
|
||||
/* We generally proceed by iterating over the list of items in the
|
||||
* hash table (in order of appearance) recording them into an array.
|
||||
|
Loading…
Reference in New Issue
Block a user