Commit ad6b05ae authored by Max Kellermann's avatar Max Kellermann

mixer/software: use IgnoreError()

parent 29b18d9a
......@@ -34,8 +34,8 @@
static Filter *
CreateVolumeFilter()
{
Error error;
return filter_new(&volume_filter_plugin, config_param(), error);
return filter_new(&volume_filter_plugin, config_param(),
IgnoreError());
}
struct SoftwareMixer final : public Mixer {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment