mirror of
https://github.com/MariaDB/server.git
synced 2025-02-13 17:05:35 +01:00
__attribute__ is (of course) not portable
This commit is contained in:
parent
40b058b11b
commit
93985f253a
1 changed files with 1 additions and 2 deletions
|
@ -97,8 +97,7 @@ static int simple_parser_plugin_deinit(void)
|
||||||
1 failure (cannot happen)
|
1 failure (cannot happen)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static int simple_parser_init(MYSQL_FTPARSER_PARAM *param
|
static int simple_parser_init(MYSQL_FTPARSER_PARAM *param)
|
||||||
__attribute__((unused)))
|
|
||||||
{
|
{
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue