]> git.ipfire.org Git - thirdparty/git.git/blobdiff - strmap.c
Merge branch 'jt/reftable-geometric-compaction'
[thirdparty/git.git] / strmap.c
index ee48635708219e66bf03bad6f5e9100c766d2fb7..c7b9c52174c54c5bc1986e927e0be67bf1983625 100644 (file)
--- a/strmap.c
+++ b/strmap.c
@@ -2,10 +2,10 @@
 #include "strmap.h"
 #include "mem-pool.h"
 
-int cmp_strmap_entry(const void *hashmap_cmp_fn_data,
+int cmp_strmap_entry(const void *hashmap_cmp_fn_data UNUSED,
                     const struct hashmap_entry *entry1,
                     const struct hashmap_entry *entry2,
-                    const void *keydata)
+                    const void *keydata UNUSED)
 {
        const struct strmap_entry *e1, *e2;