summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authortonu@x153.internalnet <>2001-08-23 03:05:56 +0800
committertonu@x153.internalnet <>2001-08-23 03:05:56 +0800
commitb4815e5ec736832fd169918f1ccab83ac0a27f79 (patch)
tree5f5f8dee702080b60bfaf5d38339d4539a5b0c74 /client
parent66b4a894dd0bb3a3dd4ce3dd646329bb0361cc56 (diff)
downloadmariadb-git-b4815e5ec736832fd169918f1ccab83ac0a27f79.tar.gz
Warning fixes
Diffstat (limited to 'client')
-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..41adb23c408 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(int argc __attribute__((unused)), char **argv __attribute__((unused)))
{
printf("This test must be compiled with multithread support to work\n");
exit(1);