decoder/Thread: add `noexcept`
This commit is contained in:
parent
781e690012
commit
c0411fa412
|
@ -488,7 +488,7 @@ decoder_run_song(DecoderControl &dc,
|
||||||
* Caller holds DecoderControl::mutex.
|
* Caller holds DecoderControl::mutex.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
decoder_run(DecoderControl &dc)
|
decoder_run(DecoderControl &dc) noexcept
|
||||||
try {
|
try {
|
||||||
dc.ClearError();
|
dc.ClearError();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue