mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Warning Fixes
This commit is contained in:
parent
af0e1f609e
commit
a4d715e25d
12 changed files with 34 additions and 37 deletions
|
|
@ -933,7 +933,7 @@ template <typename F>
|
|||
FORCE_INLINE auto root_info::slot_search(uptr iptr, u128 mask, F func) noexcept
|
||||
{
|
||||
u32 index = 0;
|
||||
u32 total = 0;
|
||||
[[maybe_unused]] u32 total = 0;
|
||||
|
||||
for (hash_engine _this(iptr);; _this.advance())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue