]> git.99rst.org Git - git.git/commit
xdiff: mark unused parameter in xdl_call_hunk_func()
authorJeff King <redacted>
Tue, 13 Dec 2022 11:13:24 +0000 (06:13 -0500)
committerJunio C Hamano <redacted>
Tue, 13 Dec 2022 13:16:23 +0000 (22:16 +0900)
commit8157ed4046dd58c38c8197b0f1d800c37ca54d61
treebf4429bf09523719c182eb06e9a2b9936f9b720e
parenta361660aeff6dcf85c92eb1f7bd7645ec6fc60bc
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
xdiff/xdiffi.c
git clone https://git.99rst.org/PROJECT