mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix another non-portable __attribute__
This commit is contained in:
@ -117,8 +117,7 @@ static int simple_parser_init(MYSQL_FTPARSER_PARAM *param)
|
|||||||
1 failure (cannot happen)
|
1 failure (cannot happen)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static int simple_parser_deinit(MYSQL_FTPARSER_PARAM *param
|
static int simple_parser_deinit(MYSQL_FTPARSER_PARAM *param)
|
||||||
__attribute__((unused)))
|
|
||||||
{
|
{
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user