]> git.99rst.org Git - git.git/commit
update-ref: mark unused parameter in parser callbacks
authorJeff King <redacted>
Tue, 29 Aug 2023 23:45:42 +0000 (19:45 -0400)
committerJunio C Hamano <redacted>
Wed, 30 Aug 2023 00:56:26 +0000 (17:56 -0700)
commit44ad08296864e2b71b65a7885d106eadb8483268
treeb8da24efa91e7f6d3160ac40630e6d28efc73816
parent316b3a226a16f52fb152d8869aa71233ce47768d
update-ref: mark unused parameter in parser callbacks

The parsing of stdin is driven by a table of function pointers; mark
unused parameters in concrete functions to avoid -Wunused-parameter
warnings.

Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/update-ref.c
git clone https://git.99rst.org/PROJECT