mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
Fix warnings related to parentheses
This commit is contained in:
parent
32f8f40a4a
commit
be521ff0ab
9 changed files with 21 additions and 21 deletions
|
@ -2995,7 +2995,7 @@ bool spu_thread::stop_and_signal(u32 code)
|
|||
{
|
||||
if (spuq == v.first)
|
||||
{
|
||||
if (queue = v.second.lock())
|
||||
if ((queue = v.second.lock()))
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue