MDEV-4226 [PATCH] "Unused variable" warnings in the tarball

This commit is contained in:
Sergei Golubchik 2013-04-04 10:49:20 +02:00
commit 3e638e80fb
2 changed files with 2 additions and 2 deletions

View file

@ -738,7 +738,7 @@ static char **remaining_argv;
int orig_argc;
char **orig_argv;
static struct my_option pfs_early_options[]=
static struct my_option pfs_early_options[] __attribute__((unused)) =
{
{"performance_schema_instrument", OPT_PFS_INSTRUMENT,
"Default startup value for a performance schema instrument.",