diff options
author | Jeff King <peff@peff.net> | 2022-08-19 06:08:37 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-08-19 12:18:55 -0700 |
commit | 7718827a2d4ec90c9cbdb7ec01f68065bdb52dc2 (patch) | |
tree | 9528cbdcffdc5575a292901604102211e886db0b /builtin/commit-graph.c | |
parent | c006e9fa59c02261738e20890f1aecd78f9db707 (diff) |
refs: mark unused virtual method parameters
The refs code uses various polymorphic types (e.g., loose vs packed
ref_stores, abstracted iterators). Not every virtual function or
callback needs all of its parameters. Let's mark the unused ones to
quiet -Wunused-parameter.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-graph.c')
0 files changed, 0 insertions, 0 deletions