Skip to content

Commit 08e83b5

Browse files
peffgitster
authored andcommitted
t-reftable-block: mark unused argv/argc
This is conceptually the same as the cases in df9d638 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 772408f commit 08e83b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/unit-tests/t-reftable-block.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ static void t_index_block_read_write(void)
359359
reftable_record_release(&recs[i]);
360360
}
361361

362-
int cmd_main(int argc, const char *argv[])
362+
int cmd_main(int argc UNUSED, const char *argv[] UNUSED)
363363
{
364364
TEST(t_index_block_read_write(), "read-write operations on index blocks work");
365365
TEST(t_log_block_read_write(), "read-write operations on log blocks work");

0 commit comments

Comments
 (0)