mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 05:21:25 +12:00
cond_variable: fix warning in cond.h for MSVC
This commit is contained in:
parent
e7d67f9732
commit
3121fecc8f
2 changed files with 4 additions and 2 deletions
|
@ -29,7 +29,8 @@ protected:
|
|||
return 0;
|
||||
}
|
||||
|
||||
value += c_waiter_mask & -c_waiter_mask;
|
||||
// Add waiter (c_waiter_mask)
|
||||
value += 1;
|
||||
return value;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue