1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

__attribute__ is (of course) not portable

This commit is contained in:
serg@serg.mylan
2006-01-30 11:25:47 +01:00
parent 0f9efc3063
commit 01ef1d13f8

View File

@ -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);
}