]> git.ipfire.org Git - thirdparty/git.git/blobdiff - streaming.c
merge: break out of all_strategy loop when strategy is found
[thirdparty/git.git] / streaming.c
index 4b34e2a748d339bdcde6fdefb99d2d4921b05e2d..7b2f8b2b9384b8c9c516be005c9b9f811348b0c7 100644 (file)
@@ -328,9 +328,9 @@ static int close_istream_pack_non_delta(struct git_istream *st)
 }
 
 static int open_istream_pack_non_delta(struct git_istream *st,
-                                      struct repository *UNUSED(r),
-                                      const struct object_id *UNUSED(oid),
-                                      enum object_type *UNUSED(type))
+                                      struct repository *r UNUSED,
+                                      const struct object_id *oid UNUSED,
+                                      enum object_type *type UNUSED)
 {
        struct pack_window *window;
        enum object_type in_pack_type;