mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Warning fixes
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user