mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
Silence some warnings
This commit is contained in:
parent
06f733a7f2
commit
0debcfed0a
12 changed files with 31 additions and 31 deletions
|
@ -3205,7 +3205,7 @@ bool spu_thread::process_mfc_cmd()
|
|||
{
|
||||
state += cpu_flag::wait + cpu_flag::temp;
|
||||
std::this_thread::yield();
|
||||
!check_state();
|
||||
static_cast<void>(check_state());
|
||||
}
|
||||
}())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue