mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-25 12:12:50 +01:00
Warning fix
This commit is contained in:
parent
0dfbb5de73
commit
cb9c1030a9
@ -123,7 +123,7 @@ public:
|
||||
default: return res;
|
||||
}
|
||||
|
||||
if (wait) wait();
|
||||
if (wait != nullptr) wait();
|
||||
|
||||
if (timeout && counter++ > timeout)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user