summaryrefslogtreecommitdiff
path: root/client/thread_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/thread_test.c')
-rw-r--r--client/thread_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/thread_test.c b/client/thread_test.c
index 4d3ae6e7ddd..dbe2acee8db 100644
--- a/client/thread_test.c
+++ b/client/thread_test.c
@@ -19,7 +19,7 @@
#ifndef THREAD
-int main(int argc, char **argv)
+int main(void)
{
printf("This test must be compiled with multithread support to work\n");
exit(1);