Enable -Wunused-variable

This commit is contained in:
Nekotekina 2021-01-12 13:01:06 +03:00
parent 631d7d0ce7
commit db8e6fe7a7
62 changed files with 167 additions and 183 deletions

View file

@ -8941,7 +8941,7 @@ struct spu_llvm
if (!(spu.state.load() & (cpu_flag::wait + cpu_flag::stop + cpu_flag::dbg_global_pause)))
{
const auto found = std::as_const(samples).find(spu.block_hash);
const auto found = std::as_const(samples).find(name);
if (found != std::as_const(samples).end())
{