summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/FluidsynthDecoderPlugin.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/FluidsynthDecoderPlugin.cxx
parentd921114832c0f00a0de883bb0df3dbfab8b2ec6d (diff)
decoder/Plugin: add "noexcept"
Diffstat (limited to 'src/decoder/plugins/FluidsynthDecoderPlugin.cxx')
-rw-r--r--src/decoder/plugins/FluidsynthDecoderPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/plugins/FluidsynthDecoderPlugin.cxx b/src/decoder/plugins/FluidsynthDecoderPlugin.cxx
index e92c1c306..a1161e000 100644
--- a/src/decoder/plugins/FluidsynthDecoderPlugin.cxx
+++ b/src/decoder/plugins/FluidsynthDecoderPlugin.cxx
@@ -194,7 +194,7 @@ fluidsynth_file_decode(DecoderClient &client, Path path_fs)
static bool
fluidsynth_scan_file(Path path_fs,
gcc_unused const TagHandler &handler,
- gcc_unused void *handler_ctx)
+ gcc_unused void *handler_ctx) noexcept
{
return fluid_is_midifile(path_fs.c_str());
}