diff options
author | Jeff King <peff@peff.net> | 2023-02-24 01:39:46 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-02-24 09:13:33 -0800 |
commit | a5c76b3698f3672afecd65eed233b095123ae1d6 (patch) | |
tree | 679277ec2632636910160ddf47bfafe2f4e8ed17 /builtin/commit.c | |
parent | 1bff855419b0cb338e7ef53b77f99207704bf63e (diff) |
run_processes_parallel: mark unused callback parameters
Our parallel process API takes several callbacks via function pointers
in the run_process_paralell_opts struct. Not every callback needs every
parameter; let's mark the unused ones to make -Wunused-parameter happy.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions