aboutsummaryrefslogtreecommitdiff
path: root/src/filter/ChainFilterPlugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/filter/ChainFilterPlugin.cxx')
-rw-r--r--src/filter/ChainFilterPlugin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filter/ChainFilterPlugin.cxx b/src/filter/ChainFilterPlugin.cxx
index dabfb0ae..b232d656 100644
--- a/src/filter/ChainFilterPlugin.cxx
+++ b/src/filter/ChainFilterPlugin.cxx
@@ -54,8 +54,8 @@ filter_quark(void)
}
static struct filter *
-chain_filter_init(G_GNUC_UNUSED const struct config_param *param,
- G_GNUC_UNUSED GError **error_r)
+chain_filter_init(gcc_unused const struct config_param *param,
+ gcc_unused GError **error_r)
{
ChainFilter *chain = new ChainFilter();