Instance: work around -Wunused-parameter
This commit is contained in:
@ -211,6 +211,8 @@ Instance::OnPlaylistDeleted(const char *name) const noexcept
|
||||
} catch (...) {
|
||||
}
|
||||
}
|
||||
#else
|
||||
(void)name;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user