mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00: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