summaryrefslogtreecommitdiff
path: root/builtin/commit-graph.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2022-08-19 06:08:39 -0400
committerJunio C Hamano <gitster@pobox.com>2022-08-19 12:18:55 -0700
commitf7d5741279ce8406a274f9de8ef4eeff5ca3f149 (patch)
tree9aceafbee3e9b96a48b719cc5e76c4e71624c9b4 /builtin/commit-graph.c
parent7718827a2d4ec90c9cbdb7ec01f68065bdb52dc2 (diff)
transport: mark bundle transport_options as unused
get_refs_from_bundle() is a virtual function which must match the signature of other transports, but it doesn't look at its transport_options at all. This isn't a bug, because not all transports necessarily support all options. Let's mark it as unused to appease -Wunused-parameter. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-graph.c')
0 files changed, 0 insertions, 0 deletions