summaryrefslogtreecommitdiff
path: root/unittest/mysys/thr_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'unittest/mysys/thr_template.c')
-rw-r--r--unittest/mysys/thr_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/mysys/thr_template.c b/unittest/mysys/thr_template.c
index 699c941499f..900abb2f736 100644
--- a/unittest/mysys/thr_template.c
+++ b/unittest/mysys/thr_template.c
@@ -51,7 +51,7 @@ void test_concurrently(const char *test, pthread_handler handler, int n, int m)
ok(!bad, "tested %s in %g secs (%d)", test, ((double)now)/1e7, bad);
}
-int main(int argc, char **argv)
+int main(int argc __attribute__((unused)), char **argv)
{
MY_INIT("thd_template");