From 01ef1d13f854157b7912e4f1bf8d945e7af49776 Mon Sep 17 00:00:00 2001 From: "serg@serg.mylan" <> Date: Mon, 30 Jan 2006 11:25:47 +0100 Subject: [PATCH] __attribute__ is (of course) not portable --- plugin/fulltext/plugin_example.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin/fulltext/plugin_example.c b/plugin/fulltext/plugin_example.c index 84dc58e99a6..4ab8bc237af 100644 --- a/plugin/fulltext/plugin_example.c +++ b/plugin/fulltext/plugin_example.c @@ -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); }