mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
MDEV-4226 [PATCH] "Unused variable" warnings in the tarball
This commit is contained in:
parent
cc28eda62e
commit
3e638e80fb
2 changed files with 2 additions and 2 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue