diff options
author | Jeff King <peff@peff.net> | 2023-02-24 01:39:40 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-02-24 09:13:32 -0800 |
commit | 43090008e365a5dfec5a167b5ab64b1f0c1345a6 (patch) | |
tree | 001ae72d0135871d4d3212aa880b988d8a011969 /builtin/commit-tree.c | |
parent | c764e2806013e65c1ebee4b82afe3da1b55d3e51 (diff) |
for_each_commit_graft(): mark unused callback parameter
The for_each_commit_graft() functions takes a callback, but not every
callback uses the void data parameter. Mark the unused one to appease
the -Wunused-parameter warning.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-tree.c')
0 files changed, 0 insertions, 0 deletions