]> git.ipfire.org Git - thirdparty/git.git/blobdiff - walker.c
t3428: restore coverage for "apply" backend
[thirdparty/git.git] / walker.c
index c5e292197956487c2a44f84f7839126d3a796cfc..99d0e0eae047410660f0bf3b0d3f487d45c1134d 100644 (file)
--- a/walker.c
+++ b/walker.c
@@ -215,8 +215,10 @@ static int interpret_target(struct walker *walker, char *target, struct object_i
        return -1;
 }
 
-static int mark_complete(const char *path, const struct object_id *oid,
-                        int flag, void *cb_data)
+static int mark_complete(const char *path UNUSED,
+                        const struct object_id *oid,
+                        int flag UNUSED,
+                        void *cb_data UNUSED)
 {
        struct commit *commit = lookup_commit_reference_gently(the_repository,
                                                               oid, 1);