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