summaryrefslogtreecommitdiff
path: root/t/helper/test-online-cpus.c
diff options
context:
space:
mode:
Diffstat (limited to 't/helper/test-online-cpus.c')
-rw-r--r--t/helper/test-online-cpus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-online-cpus.c b/t/helper/test-online-cpus.c
index 8cb0d53840..47dc211711 100644
--- a/t/helper/test-online-cpus.c
+++ b/t/helper/test-online-cpus.c
@@ -2,7 +2,7 @@
#include "git-compat-util.h"
#include "thread-utils.h"
-int cmd__online_cpus(int argc, const char **argv)
+int cmd__online_cpus(int argc UNUSED, const char **argv UNUSED)
{
printf("%d\n", online_cpus());
return 0;