mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
Enable -Wunused-variable
This commit is contained in:
parent
631d7d0ce7
commit
db8e6fe7a7
62 changed files with 167 additions and 183 deletions
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue