From c0411fa4128d1212ff2dbf02985196ac0d2b6643 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 21 Sep 2018 17:58:34 +0200 Subject: [PATCH] decoder/Thread: add `noexcept` --- src/decoder/Thread.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decoder/Thread.cxx b/src/decoder/Thread.cxx index 5a7aca103..7571ff974 100644 --- a/src/decoder/Thread.cxx +++ b/src/decoder/Thread.cxx @@ -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();