summaryrefslogtreecommitdiff
path: root/src/playlist/PlaylistSong.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/playlist/PlaylistSong.cxx')
-rw-r--r--src/playlist/PlaylistSong.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/playlist/PlaylistSong.cxx b/src/playlist/PlaylistSong.cxx
index f3568500c..788d77c87 100644
--- a/src/playlist/PlaylistSong.cxx
+++ b/src/playlist/PlaylistSong.cxx
@@ -29,7 +29,7 @@
#include <string.h>
static void
-merge_song_metadata(DetachedSong &add, const DetachedSong &base)
+merge_song_metadata(DetachedSong &add, const DetachedSong &base) noexcept
{
if (base.GetTag().IsDefined()) {
TagBuilder builder(add.GetTag());
@@ -41,7 +41,7 @@ merge_song_metadata(DetachedSong &add, const DetachedSong &base)
}
static bool
-playlist_check_load_song(DetachedSong &song, const SongLoader &loader)
+playlist_check_load_song(DetachedSong &song, const SongLoader &loader) noexcept
try {
DetachedSong tmp = loader.LoadSong(song.GetURI());
@@ -57,7 +57,7 @@ try {
bool
playlist_check_translate_song(DetachedSong &song, const char *base_uri,
- const SongLoader &loader)
+ const SongLoader &loader) noexcept
{
if (base_uri != nullptr && strcmp(base_uri, ".") == 0)
/* PathTraitsUTF8::GetParent() returns "." when there