mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-11-17 08:17:55 +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 {
|
||||
{
|
||||
MutexLock lock(m_lock);
|
||||
// cppcheck-suppress knownConditionTrueFalse
|
||||
if (m_jobs.empty()) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue