diff options
author | Jeff King <peff@peff.net> | 2022-12-13 12:13:24 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-12-13 14:16:23 +0100 |
commit | 8157ed4046dd58c38c8197b0f1d800c37ca54d61 (patch) | |
tree | bf4429bf09523719c182eb06e9a2b9936f9b720e /range-diff.c | |
parent | xdiff: drop unused parameter in def_ff() (diff) | |
download | git-8157ed4046dd58c38c8197b0f1d800c37ca54d61.tar.xz git-8157ed4046dd58c38c8197b0f1d800c37ca54d61.zip |
xdiff: mark unused parameter in xdl_call_hunk_func()
This function is used interchangeably with xdl_emit via a function
pointer, so we can't just drop the unused parameter. Mark it to silence
-Wunused-parameter.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'range-diff.c')
0 files changed, 0 insertions, 0 deletions