mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Fix another non-portable __attribute__
This commit is contained in:
parent
93985f253a
commit
799129e254
1 changed files with 1 additions and 2 deletions
|
@ -117,8 +117,7 @@ static int simple_parser_init(MYSQL_FTPARSER_PARAM *param)
|
|||
1 failure (cannot happen)
|
||||
*/
|
||||
|
||||
static int simple_parser_deinit(MYSQL_FTPARSER_PARAM *param
|
||||
__attribute__((unused)))
|
||||
static int simple_parser_deinit(MYSQL_FTPARSER_PARAM *param)
|
||||
{
|
||||
return(0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue