ams-libs: AMS_ASSERT no longer invokes expression
This commit is contained in:
@@ -61,6 +61,7 @@ namespace ams::crypto::impl {
|
||||
|
||||
void GetBufferedData(void *dst, size_t dst_size) const {
|
||||
AMS_ASSERT(dst_size >= this->GetBufferedDataSize());
|
||||
AMS_UNUSED(dst_size);
|
||||
|
||||
std::memcpy(dst, this->state.buffer, this->GetBufferedDataSize());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user