1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-19 04:46:11 +02:00
git/negotiator
Jeff King 63e14ee2d6 refs: mark unused each_ref_fn parameters
Functions used with for_each_ref(), etc, need to conform to the
each_ref_fn interface. But most of them don't need every parameter;
let's annotate the unused ones to quiet -Wunused-parameter.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2022-08-19 12:18:54 -07:00
..
default.c refs: mark unused each_ref_fn parameters 2022-08-19 12:18:54 -07:00
default.h
noop.c negotiator/noop: add noop fetch negotiator 2020-08-18 13:25:05 -07:00
noop.h negotiator/noop: add noop fetch negotiator 2020-08-18 13:25:05 -07:00
skipping.c refs: mark unused each_ref_fn parameters 2022-08-19 12:18:54 -07:00
skipping.h