summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/GmeDecoderPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-01-21 11:47:17 +0100
committerMax Kellermann <max@musicpd.org>2018-01-21 11:47:17 +0100
commit7d789a984a4a6a906f56d03651a3b0e366a3f0f2 (patch)
treedcc75191a14cdbe74073fa83d78f2eab15065969 /src/decoder/plugins/GmeDecoderPlugin.cxx
parentd921114832c0f00a0de883bb0df3dbfab8b2ec6d (diff)
decoder/Plugin: add "noexcept"
Diffstat (limited to 'src/decoder/plugins/GmeDecoderPlugin.cxx')
-rw-r--r--src/decoder/plugins/GmeDecoderPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/plugins/GmeDecoderPlugin.cxx b/src/decoder/plugins/GmeDecoderPlugin.cxx
index d623f6ad6..a4a894199 100644
--- a/src/decoder/plugins/GmeDecoderPlugin.cxx
+++ b/src/decoder/plugins/GmeDecoderPlugin.cxx
@@ -282,7 +282,7 @@ ScanMusicEmu(Music_Emu *emu, unsigned song_num,
static bool
gme_scan_file(Path path_fs,
- const TagHandler &handler, void *handler_ctx)
+ const TagHandler &handler, void *handler_ctx) noexcept
{
const auto container = ParseContainerPath(path_fs);