diff options
Diffstat (limited to 't/helper/test-oid-array.c')
-rw-r--r-- | t/helper/test-oid-array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-oid-array.c b/t/helper/test-oid-array.c index 0906993ad5..c3a1a00466 100644 --- a/t/helper/test-oid-array.c +++ b/t/helper/test-oid-array.c @@ -9,7 +9,7 @@ static int print_oid(const struct object_id *oid, void *data) return 0; } -int cmd__oid_array(int argc, const char **argv) +int cmd__oid_array(int argc UNUSED, const char **argv UNUSED) { struct oid_array array = OID_ARRAY_INIT; struct strbuf line = STRBUF_INIT; |