Instance: work around -Wunused-parameter

This commit is contained in:
Max Kellermann 2023-11-26 08:13:56 +01:00
parent a5d7f5e1fa
commit 3c7941b24b

View File

@ -211,6 +211,8 @@ Instance::OnPlaylistDeleted(const char *name) const noexcept
} catch (...) { } catch (...) {
} }
} }
#else
(void)name;
#endif #endif
} }