From c6a4a4edf1c51ad3c06b56fe4a3c0aadde99caac Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 21 Jan 2018 11:29:27 +0100 Subject: [PATCH] playlist/Print: add "noexcept" --- src/playlist/Print.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playlist/Print.cxx b/src/playlist/Print.cxx index 5c860b235..bc3c96fa2 100644 --- a/src/playlist/Print.cxx +++ b/src/playlist/Print.cxx @@ -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)