git/t/unit-tests
Jeff King f24a9b78a9 t-hashmap: mark unused parameters in callback function
The t_intern() setup function doesn't operate on a hashmap, so it
ignores its parameters. But we can't drop them since it is passed as a
pointer to setup(), so we have to match the other setup functions. Mark
them to silence -Wunused-parameter.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-08-17 09:46:13 -07:00
..
.gitignore
lib-oid.c t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c 2024-06-12 13:33:20 -07:00
lib-oid.h hash-ll: merge with "hash.h" 2024-06-14 10:26:33 -07:00
t-ctype.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-example-decorate.c t-example-decorate: remove test messages 2024-07-30 13:31:46 -07:00
t-hash.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-hashmap.c t-hashmap: mark unused parameters in callback function 2024-08-17 09:46:13 -07:00
t-mem-pool.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-oidmap.c t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.c 2024-07-03 09:12:14 -07:00
t-oidtree.c t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c 2024-06-12 13:33:20 -07:00
t-prio-queue.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-reftable-basics.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-reftable-merged.c reftable: mark unused parameters in virtual functions 2024-08-17 09:46:12 -07:00
t-reftable-pq.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-reftable-record.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-reftable-tree.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-strbuf.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-strcmp-offset.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-strvec.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-trailer.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
test-lib.c strvec: add functions to replace and remove strings 2024-05-27 11:20:02 -07:00
test-lib.h unit-tests/test-lib: fix typo in check_pointer_eq() description 2024-07-29 14:23:14 -07:00