input/InputStream: add noexcept to ReadTag()

This commit is contained in:
Max Kellermann
2019-04-05 08:57:42 +02:00
parent 6addc9d6e0
commit 61e5828790
11 changed files with 12 additions and 16 deletions

View File

@@ -47,7 +47,7 @@ IcyInputStream::Update() noexcept
}
std::unique_ptr<Tag>
IcyInputStream::ReadTag()
IcyInputStream::ReadTag() noexcept
{
auto new_input_tag = ProxyInputStream::ReadTag();
if (!IsEnabled())