Skip to content

Commit 01ef1d1

Browse files
__attribute__ is (of course) not portable
1 parent 0f9efc3 commit 01ef1d1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

plugin/fulltext/plugin_example.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ static int simple_parser_plugin_deinit(void)
9797
1 failure (cannot happen)
9898
*/
9999

100-
static int simple_parser_init(MYSQL_FTPARSER_PARAM *param
101-
__attribute__((unused)))
100+
static int simple_parser_init(MYSQL_FTPARSER_PARAM *param)
102101
{
103102
return(0);
104103
}

0 commit comments

Comments
 (0)