Commit 7c92eb43 authored by Max Kellermann's avatar Max Kellermann

output/Control: add `noexcept`

parent 2c6ebe28
......@@ -404,7 +404,7 @@ public:
gcc_pure
bool LockIsChunkConsumed(const MusicChunk &chunk) const noexcept;
void ClearTailChunk(const MusicChunk &chunk) {
void ClearTailChunk(const MusicChunk &chunk) noexcept {
source.ClearTailChunk(chunk);
}
......
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