Warning fix
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ public:
|
||||
default: return res;
|
||||
}
|
||||
|
||||
if (wait) wait();
|
||||
if (wait != nullptr) wait();
|
||||
|
||||
if (timeout && counter++ > timeout)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user