Commit db379c61 authored by Max Kellermann's avatar Max Kellermann

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

Closes #203
parent 1da64fb7
......@@ -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));
......
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