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

@ -1642,7 +1642,7 @@ s32 cellSpursFinalize(vm::ptr<CellSpurs> spurs)
return CELL_SPURS_CORE_ERROR_STAT;
}
u32 wklEnabled = spurs->wklEnabled.load();
[[maybe_unused]] u32 wklEnabled = spurs->wklEnabled.load();
if (spurs->flags1 & SF1_32_WORKLOADS)
{