diff options
Diffstat (limited to 't/helper/test-example-tap.c')
| -rw-r--r-- | t/helper/test-example-tap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-example-tap.c b/t/helper/test-example-tap.c index 914af88e0a..229d495ecf 100644 --- a/t/helper/test-example-tap.c +++ b/t/helper/test-example-tap.c @@ -70,7 +70,7 @@ static void t_empty(void) ; /* empty */ } -int cmd__example_tap(int argc, const char **argv) +int cmd__example_tap(int argc UNUSED, const char **argv UNUSED) { check(1); |
