mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-23 03:49:23 +00:00
Fixed cppcheck error
This commit is contained in:
parent
262b4f2a2e
commit
7a1afc7a95
1 changed files with 1 additions and 0 deletions
|
@ -331,6 +331,7 @@ struct BackgroundJobTracker::Impl
|
||||||
do {
|
do {
|
||||||
{
|
{
|
||||||
MutexLock lock(m_lock);
|
MutexLock lock(m_lock);
|
||||||
|
// cppcheck-suppress knownConditionTrueFalse
|
||||||
if (m_jobs.empty()) {
|
if (m_jobs.empty()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue