Commit c6a4a4ed authored by Max Kellermann's avatar Max Kellermann

playlist/Print: add "noexcept"

parent 45748a2b
......@@ -34,7 +34,7 @@ static void
playlist_provider_print(Response &r,
const SongLoader &loader,
const char *uri,
SongEnumerator &e, bool detail)
SongEnumerator &e, bool detail) noexcept
{
const std::string base_uri = uri != nullptr
? PathTraitsUTF8::GetParent(uri)
......
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