1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Warning fixes

This commit is contained in:
tonu@x153.internalnet
2001-08-23 03:05:56 +08:00
parent 66b4a894dd
commit b4815e5ec7
3 changed files with 17 additions and 11 deletions

View File

@@ -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);