1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

added __attribute__((unused))

This commit is contained in:
Sergei Golubchik
2008-08-29 21:50:04 +02:00
parent 49aa944ffb
commit 2b917502c1
2 changed files with 6 additions and 3 deletions

View File

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