decoder/Thread: add `noexcept`

This commit is contained in:
Max Kellermann 2018-09-21 17:58:34 +02:00
parent 781e690012
commit c0411fa412
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ decoder_run_song(DecoderControl &dc,
* Caller holds DecoderControl::mutex.
*/
static void
decoder_run(DecoderControl &dc)
decoder_run(DecoderControl &dc) noexcept
try {
dc.ClearError();