Commit c0411fa4 authored by Max Kellermann's avatar Max Kellermann

decoder/Thread: add `noexcept`

parent 781e6900
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment