aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter/ChainFilterPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-02-02 08:31:17 +0100
committerMax Kellermann <max@duempel.org>2013-02-02 08:31:17 +0100
commite6b04d1b50c0b455a255bd90ea72f51eb323e62d (patch)
treefd6a40716fd85f716f0333471ee6b6d77347f3b5 /src/filter/ChainFilterPlugin.cxx
parent12613356fc64e8ed94e709accfb1f3b5e3b5bd33 (diff)
downloadmpd-e6b04d1b50c0b455a255bd90ea72f51eb323e62d.tar.gz
mpd-e6b04d1b50c0b455a255bd90ea72f51eb323e62d.tar.xz
mpd-e6b04d1b50c0b455a255bd90ea72f51eb323e62d.zip
filter/*: don't use GLib macros
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 dabfb0ae6..b232d6568 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();