]> git.ipfire.org Git - thirdparty/git.git/commit - line-log.c
rewrite_parents(): mark unused callback parameter
authorJeff King <peff@peff.net>
Fri, 24 Feb 2023 06:39:37 +0000 (01:39 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Feb 2023 17:13:32 +0000 (09:13 -0800)
commitc764e2806013e65c1ebee4b82afe3da1b55d3e51
treefdffda6ae3e6db7e794dfdc5df66afa133204e98
parent65daa9ba1c86052d7a889a407b95c3ffa61be47b
rewrite_parents(): mark unused callback parameter

The rewrite_parents() function takes a callback, but not every callback
needs the "rev" parameter. Mark the unused one so -Wunused-parameter
will be happy.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
line-log.c