player/Control: add "noexcept"

This commit is contained in:
Max Kellermann
2017-11-26 12:02:08 +01:00
parent 618704f504
commit 624e679e35
3 changed files with 66 additions and 66 deletions

View File

@@ -1146,7 +1146,7 @@ do_play(PlayerControl &pc, DecoderControl &dc,
}
void
PlayerControl::RunThread()
PlayerControl::RunThread() noexcept
{
SetThreadName("player");