Warning Fixes

This commit is contained in:
RipleyTom 2022-03-23 11:26:24 +01:00 committed by Megamouse
parent af0e1f609e
commit a4d715e25d
12 changed files with 34 additions and 37 deletions

View file

@ -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())
{