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