diff options
Diffstat (limited to 'reftable/block_test.c')
| -rw-r--r-- | reftable/block_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reftable/block_test.c b/reftable/block_test.c index 90aecd5a7c..f8e31d2d3c 100644 --- a/reftable/block_test.c +++ b/reftable/block_test.c @@ -116,7 +116,7 @@ static void test_block_read_write(void) } } -int block_test_main(int argc, const char *argv[]) +int block_test_main(int argc UNUSED, const char *argv[] UNUSED) { RUN_TEST(test_block_read_write); return 0; |
