player/Control: add "noexcept"
This commit is contained in:
@@ -1146,7 +1146,7 @@ do_play(PlayerControl &pc, DecoderControl &dc,
|
||||
}
|
||||
|
||||
void
|
||||
PlayerControl::RunThread()
|
||||
PlayerControl::RunThread() noexcept
|
||||
{
|
||||
SetThreadName("player");
|
||||
|
||||
|
Reference in New Issue
Block a user