]> git.ipfire.org Git - thirdparty/git.git/blobdiff - reflog-walk.c
Sync with 2.38.4
[thirdparty/git.git] / reflog-walk.c
index 7aa6595a51f757ec2d25ed5d96c805ff1dbf13d2..8a4d8fa3bd5589fca43e97b05982a830af8bd27a 100644 (file)
@@ -55,7 +55,7 @@ static void free_complete_reflog(struct complete_reflogs *array)
        free(array);
 }
 
-static void complete_reflogs_clear(void *util, const char *str)
+static void complete_reflogs_clear(void *util, const char *str UNUSED)
 {
        struct complete_reflogs *array = util;
        free_complete_reflog(array);