diff options
author | tonu@x153.internalnet <> | 2001-08-23 03:05:56 +0800 |
---|---|---|
committer | tonu@x153.internalnet <> | 2001-08-23 03:05:56 +0800 |
commit | b4815e5ec736832fd169918f1ccab83ac0a27f79 (patch) | |
tree | 5f5f8dee702080b60bfaf5d38339d4539a5b0c74 /client | |
parent | 66b4a894dd0bb3a3dd4ce3dd646329bb0361cc56 (diff) | |
download | mariadb-git-b4815e5ec736832fd169918f1ccab83ac0a27f79.tar.gz |
Warning fixes
Diffstat (limited to 'client')
-rw-r--r-- | client/thread_test.c | 2 |
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); |