diff options
author | Jeff King <peff@peff.net> | 2024-08-17 10:25:03 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-08-17 18:46:23 +0200 |
commit | f288a57789b667c7922f1f8540913cf754b04e13 (patch) | |
tree | 249024eb8a9c924b82ca69137db93165c0541978 /setup.c | |
parent | t-hashmap: mark unused parameters in callback function (diff) | |
download | git-f288a57789b667c7922f1f8540913cf754b04e13.tar.xz git-f288a57789b667c7922f1f8540913cf754b04e13.zip |
test-mergesort: mark unused parameters in trivial callback
The mode_copy() function does nothing, but since it's used as a function
pointer within "struct mode", it has to conform to the interface. Mark
it to quiet -Wunused-parameter.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions