diff options
Diffstat (limited to 't/helper/test-match-trees.c')
| -rw-r--r-- | t/helper/test-match-trees.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-match-trees.c b/t/helper/test-match-trees.c index 04bc2563f3..184aa1a087 100644 --- a/t/helper/test-match-trees.c +++ b/t/helper/test-match-trees.c @@ -3,7 +3,7 @@ #include "hex.h" #include "tree.h" -int cmd__match_trees(int ac, const char **av) +int cmd__match_trees(int ac UNUSED, const char **av) { struct object_id hash1, hash2, shifted; struct tree *one, *two; |
