player/Thread: remove bogus "noexcept" from play_chunk()

Closes #203
This commit is contained in:
Max Kellermann 2018-01-24 11:21:28 +01:00
parent 1da64fb79c
commit db379c6172
1 changed files with 1 additions and 1 deletions

View File

@ -754,7 +754,7 @@ static void
play_chunk(PlayerControl &pc,
DetachedSong &song, MusicChunk *chunk,
MusicBuffer &buffer,
const AudioFormat format) noexcept
const AudioFormat format)
{
assert(chunk->CheckFormat(format));