]> git.ipfire.org Git - thirdparty/git.git/commit
bundle-uri: mark unused parameters in callbacks
authorJeff King <peff@peff.net>
Tue, 29 Aug 2023 23:45:39 +0000 (19:45 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Aug 2023 00:56:26 +0000 (17:56 -0700)
commitfd3fe4914a59df93aeb67572d8932d2ae4cedb0d
treed8c701bec4d20e9fdfd6290f8be4cb33b9c15aa7
parentccf759cdb7e11e9fcfcbad02685472ce2c7a7d9a
bundle-uri: mark unused parameters in callbacks

The first hunk is similar to 02c3c59e62 (hashmap: mark unused callback
parameters, 2022-08-19), but was added after that commit.

The other two are used with for_all_bundles_in_list(), but don't use
their void data pointer.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bundle-uri.c