]> git.ipfire.org Git - thirdparty/git.git/blobdiff - path.c
Merge branch 'jk/unused-post-2.39-part2'
[thirdparty/git.git] / path.c
diff --git a/path.c b/path.c
index 97561c3b14d9a47be40b67a7e1ad2992c9fc22b2..632a051809a3e69f79980b9f1a72fb10e842a084 100644 (file)
--- a/path.c
+++ b/path.c
@@ -348,7 +348,8 @@ static void init_common_trie(void)
  * Helper function for update_common_dir: returns 1 if the dir
  * prefix is common.
  */
-static int check_common(const char *unmatched, void *value, void *baton)
+static int check_common(const char *unmatched, void *value,
+                       void *baton UNUSED)
 {
        struct common_dir *dir = value;