]> git.ipfire.org Git - thirdparty/git.git/blobdiff - fetch-pack.c
fetch-pack: mark unused parameter in callback function
[thirdparty/git.git] / fetch-pack.c
index 04016d1e3250f28ae6cd53a784913f02879769d8..67a7786865f305c44c43c10c4e57cc79cfd10373 100644 (file)
@@ -722,7 +722,7 @@ static void filter_refs(struct fetch_pack_args *args,
        *refs = newlist;
 }
 
-static void mark_alternate_complete(struct fetch_negotiator *unused,
+static void mark_alternate_complete(struct fetch_negotiator *negotiator UNUSED,
                                    struct object *obj)
 {
        mark_complete(&obj->oid);