* [PATCH] t-reftable-block: mark unused argv/argc
@ 2024-08-28 4:08 Jeff King
0 siblings, 0 replies; only message in thread
From: Jeff King @ 2024-08-28 4:08 UTC (permalink / raw)
To: git
This is conceptually the same as the cases in df9d638c24 (unit-tests:
ignore unused argc/argv, 2024-08-17), but this unit test was migrated
from the reftable tests in a parallel branch.
Signed-off-by: Jeff King <peff@peff.net>
---
This should go on top of cp/unit-test-reftable-block. It could also be
done as an evil merge when we merge with the final unused-parameter
topic, but I think doing it this way is less confusing.
t/unit-tests/t-reftable-block.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/unit-tests/t-reftable-block.c b/t/unit-tests/t-reftable-block.c
index 582a8e6036..f0124fc3d0 100644
--- a/t/unit-tests/t-reftable-block.c
+++ b/t/unit-tests/t-reftable-block.c
@@ -359,7 +359,7 @@ static void t_index_block_read_write(void)
reftable_record_release(&recs[i]);
}
-int cmd_main(int argc, const char *argv[])
+int cmd_main(int argc UNUSED, const char *argv[] UNUSED)
{
TEST(t_index_block_read_write(), "read-write operations on index blocks work");
TEST(t_log_block_read_write(), "read-write operations on log blocks work");
--
2.46.0.754.g24c813f009
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-08-28 4:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28 4:08 [PATCH] t-reftable-block: mark unused argv/argc Jeff King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).