]> git.ipfire.org Git - thirdparty/git.git/commit
reftable: ignore unused argc/argv in test functions
authorJeff King <peff@peff.net>
Sat, 17 Aug 2024 08:23:29 +0000 (04:23 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Aug 2024 16:46:12 +0000 (09:46 -0700)
commita66fad2d28f362cd0f91f13d98a7ddb8bc599c3e
tree794b45dfc0944a9b2700853a7369bd3fa397d6ff
parentdf9d638c24562707d18f0ac1836abc99c8541176
reftable: ignore unused argc/argv in test functions

There are several reftable test "main" functions that don't look at
their argc/argv. They don't technically need to take these parameters,
as they are called individually by cmd__reftable(). But it probably
makes sense to keep them all consistent for now. In the long run these
will probably all get converted to the unit-test framework anyway.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/block_test.c
reftable/readwrite_test.c
reftable/stack_test.c