Silence some warnings

This commit is contained in:
Megamouse 2021-09-02 19:00:30 +02:00
parent 06f733a7f2
commit 0debcfed0a
12 changed files with 31 additions and 31 deletions

View file

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