output/shout: add "noexcept"

This commit is contained in:
Max Kellermann 2022-04-26 15:29:01 +02:00
parent 2c82a6b2e0
commit e08c13ad7e
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ ShoutOutput::Pause()
}
static void
shout_tag_to_metadata(const Tag &tag, char *dest, size_t size)
shout_tag_to_metadata(const Tag &tag, char *dest, size_t size) noexcept
{
const char *artist = tag.GetValue(TAG_ARTIST);
const char *title = tag.GetValue(TAG_TITLE);