From c974fc664cf2baaa10224a4dca691252656a93cf Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 15 May 2024 20:02:04 +0200 Subject: [PATCH] playlist/Plugin: add `noexcept` --- src/playlist/PlaylistPlugin.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playlist/PlaylistPlugin.hxx b/src/playlist/PlaylistPlugin.hxx index c471bcafb1..8cf2b91ecb 100644 --- a/src/playlist/PlaylistPlugin.hxx +++ b/src/playlist/PlaylistPlugin.hxx @@ -30,7 +30,7 @@ struct PlaylistPlugin { * Deinitialize a plugin which was initialized successfully. * Optional method. */ - void (*finish)() = nullptr; + void (*finish)() noexcept = nullptr; /** * Opens the playlist on the specified URI. This URI has