output/shout: add "noexcept"
This commit is contained in:
parent
2c82a6b2e0
commit
e08c13ad7e
|
@ -418,7 +418,7 @@ ShoutOutput::Pause()
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
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 *artist = tag.GetValue(TAG_ARTIST);
|
||||||
const char *title = tag.GetValue(TAG_TITLE);
|
const char *title = tag.GetValue(TAG_TITLE);
|
||||||
|
|
Loading…
Reference in New Issue