output/{osx,haiku,pulse,sles}: add missing "noexcept"

Fixes build failure on OS X, closes #44.  With the other plugins,
that's not critical, because those use the AudioOutputWrapper, which
hides this problem.
This commit is contained in:
Max Kellermann
2017-05-16 07:12:30 +02:00
parent 063259dc52
commit b3c82f8886
5 changed files with 8 additions and 6 deletions

2
NEWS
View File

@@ -1,4 +1,6 @@
ver 0.20.8 (not yet released)
* output
- osx: fix build failure due to missing "noexcept"
ver 0.20.7 (2017/05/15)
* database