mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Warning fixes
This commit is contained in:
parent
e7fd84e031
commit
b49a1f27eb
63 changed files with 165 additions and 208 deletions
|
|
@ -229,7 +229,7 @@ namespace utils
|
|||
return _prot;
|
||||
}
|
||||
|
||||
void* memory_reserve(usz size, void* use_addr, bool is_memory_mapping)
|
||||
void* memory_reserve(usz size, void* use_addr, [[maybe_unused]] bool is_memory_mapping)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
if (is_memory_mapping && has_win10_memory_mapping_api())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue