Commit 01ef1d13 authored by serg@serg.mylan's avatar serg@serg.mylan

__attribute__ is (of course) not portable

parent 0f9efc30
......@@ -97,8 +97,7 @@ static int simple_parser_plugin_deinit(void)
1 failure (cannot happen)
*/
static int simple_parser_init(MYSQL_FTPARSER_PARAM *param
__attribute__((unused)))
static int simple_parser_init(MYSQL_FTPARSER_PARAM *param)
{
return(0);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment