summaryrefslogtreecommitdiffstats
path: root/src/util/set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/set.c')
-rw-r--r--src/util/set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/set.c b/src/util/set.c
index d170b5007bd..c3252a09401 100644
--- a/src/util/set.c
+++ b/src/util/set.c
@@ -207,7 +207,7 @@ static struct set_entry *
set_add(struct set *ht, uint32_t hash, const void *key);
static void
-set_rehash(struct set *ht, int new_size_index)
+set_rehash(struct set *ht, unsigned new_size_index)
{
struct set old_ht;
struct set_entry *table, *entry;