1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-20 00:36:07 +02:00
git/negotiator
Jeff King 06b217fc1f negotiator/noop: mark unused callback parameters
The noop negotiator unsurprisingly does not bother looking at any of its
parameters. Mark them unused to silence -Wunused-parameter.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2023-08-29 17:56:25 -07:00
..
default.c Merge branch 'hx/negotiator-non-recursive' 2023-05-10 10:23:28 -07:00
default.h
noop.c negotiator/noop: mark unused callback parameters 2023-08-29 17:56:25 -07:00
noop.h negotiator/noop: add noop fetch negotiator 2020-08-18 13:25:05 -07:00
skipping.c Merge branch 'hx/negotiator-non-recursive' 2023-05-10 10:23:28 -07:00
skipping.h