diff options
author | Jeff King <peff@peff.net> | 2023-02-24 07:39:27 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-02-24 18:13:31 +0100 |
commit | 1758712248ab134a99cf73dcb62c115d955697d8 (patch) | |
tree | f36602237b8182f31186f7f55ccd7a9a35a9a0ea /notes.c | |
parent | for_each_object: mark unused callback parameters (diff) | |
download | git-1758712248ab134a99cf73dcb62c115d955697d8.tar.xz git-1758712248ab134a99cf73dcb62c115d955697d8.zip |
prio-queue: mark unused parameters in comparison functions
The prio_queue_compare_fn interface has a void pointer to allow callers
to pass arbitrary data, but most comparison functions don't need it.
Mark those cases to make -Wunused-parameter happy.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'notes.c')
0 files changed, 0 insertions, 0 deletions