From ad6b05ae1720fc7295bcc9fe7779df520d1988c1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 6 Feb 2014 20:52:22 +0100 Subject: mixer/software: use IgnoreError() --- src/mixer/plugins/SoftwareMixerPlugin.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mixer/plugins') diff --git a/src/mixer/plugins/SoftwareMixerPlugin.cxx b/src/mixer/plugins/SoftwareMixerPlugin.cxx index 14b214c7f..ec7aa197b 100644 --- a/src/mixer/plugins/SoftwareMixerPlugin.cxx +++ b/src/mixer/plugins/SoftwareMixerPlugin.cxx @@ -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 { -- cgit v1.2.3