Commit ad6b05ae authored by Max Kellermann's avatar Max Kellermann

mixer/software: use IgnoreError()

parent 29b18d9a
...@@ -34,8 +34,8 @@ ...@@ -34,8 +34,8 @@
static Filter * static Filter *
CreateVolumeFilter() CreateVolumeFilter()
{ {
Error error; return filter_new(&volume_filter_plugin, config_param(),
return filter_new(&volume_filter_plugin, config_param(), error); IgnoreError());
} }
struct SoftwareMixer final : public Mixer { 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