aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-example-tap.c
diff options
context:
space:
mode:
Diffstat (limited to 't/helper/test-example-tap.c')
-rw-r--r--t/helper/test-example-tap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-example-tap.c b/t/helper/test-example-tap.c
index d072ad559f..f35667bd29 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)
{
test_res = TEST(check_res = check_int(1, ==, 1), "passing test");
TEST(t_res(1), "passing test and assertion return 1");