mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 15:28:21 -04:00
libstrat: misc fixes for unused arg warnings
This commit is contained in:
parent
e975784179
commit
fa98bf9434
3 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,8 @@ namespace ams::fssrv::impl {
|
|||
|
||||
bool Contains(const void *key, size_t key_size) const {
|
||||
AMS_ASSERT(key_size == sizeof(spl::AccessKey));
|
||||
AMS_UNUSED(key_size);
|
||||
|
||||
return crypto::IsSameBytes(std::addressof(m_access_key), key, sizeof(m_access_key));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue