From 7a1d466fb279659048e80e2853a7906c90d73235 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Aug 2013 11:30:26 +0200 Subject: DecoderPlugin: pass config_param reference --- src/decoder/Mpg123DecoderPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/Mpg123DecoderPlugin.cxx') diff --git a/src/decoder/Mpg123DecoderPlugin.cxx b/src/decoder/Mpg123DecoderPlugin.cxx index 1aac825a2..05fe4717c 100644 --- a/src/decoder/Mpg123DecoderPlugin.cxx +++ b/src/decoder/Mpg123DecoderPlugin.cxx @@ -32,7 +32,7 @@ #define G_LOG_DOMAIN "mpg123" static bool -mpd_mpg123_init(G_GNUC_UNUSED const struct config_param *param) +mpd_mpg123_init(gcc_unused const config_param ¶m) { mpg123_init(); -- cgit v1.2.3