diff options
author | Max Kellermann <max@duempel.org> | 2013-08-04 13:43:36 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-04 14:07:50 +0200 |
commit | a0beb5fa26e2b66d01a3b21534b848930929a333 (patch) | |
tree | eb6e661a05b5d9994f514a6fbcc50a72d94df722 /src/mixer/PulseMixerPlugin.cxx | |
parent | f54bcc1f16f815fb507ac8a8ffd7913f686969d2 (diff) | |
download | mpd-a0beb5fa26e2b66d01a3b21534b848930929a333.tar.gz mpd-a0beb5fa26e2b66d01a3b21534b848930929a333.tar.xz mpd-a0beb5fa26e2b66d01a3b21534b848930929a333.zip |
MixerPlugin: pass config_param reference
Diffstat (limited to 'src/mixer/PulseMixerPlugin.cxx')
-rw-r--r-- | src/mixer/PulseMixerPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/PulseMixerPlugin.cxx b/src/mixer/PulseMixerPlugin.cxx index 389f077f3..9cfd2dcf8 100644 --- a/src/mixer/PulseMixerPlugin.cxx +++ b/src/mixer/PulseMixerPlugin.cxx @@ -153,7 +153,7 @@ pulse_mixer_on_change(PulseMixer *pm, } static Mixer * -pulse_mixer_init(void *ao, G_GNUC_UNUSED const struct config_param *param, +pulse_mixer_init(void *ao, gcc_unused const config_param ¶m, GError **error_r) { PulseOutput *po = (PulseOutput *)ao; |