• Max Kellermann's avatar
    output/Interface: allow Pause() to throw exception · d0f6131b
    Max Kellermann authored
    Coverity discovered that the Pulse plugin could throw exceptions from
    Pause(), but that method was marked "noexcept" because its caller was
    not designed to catch exceptions.  So instead of avoiding exceptions
    (by catching and logging them in each and every implementation), let's
    allow them, and do the catch/log game in the MPD core.
    d0f6131b
Name
Last commit
Last update
android Loading commit data...
doc Loading commit data...
m4 Loading commit data...
python/build Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
win32 Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README.md Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...