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/OpusDecoderPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/OpusDecoderPlugin.cxx') diff --git a/src/decoder/OpusDecoderPlugin.cxx b/src/decoder/OpusDecoderPlugin.cxx index 94c687317..b6835f760 100644 --- a/src/decoder/OpusDecoderPlugin.cxx +++ b/src/decoder/OpusDecoderPlugin.cxx @@ -58,7 +58,7 @@ IsOpusTags(const ogg_packet &packet) } static bool -mpd_opus_init(G_GNUC_UNUSED const struct config_param *param) +mpd_opus_init(gcc_unused const config_param ¶m) { g_debug("%s", opus_get_version_string()); -- cgit v1.2.3