Fix warnings related to parentheses

This commit is contained in:
JohnHolmesII 2019-04-05 23:15:04 -07:00
parent 32f8f40a4a
commit be521ff0ab
9 changed files with 21 additions and 21 deletions

View file

@ -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;
}