Fixed cppcheck error

pull/238/head
SChernykh 2023-02-26 20:12:00 +01:00
parent 262b4f2a2e
commit 7a1afc7a95
1 changed files with 1 additions and 0 deletions

View File

@ -331,6 +331,7 @@ struct BackgroundJobTracker::Impl
do {
{
MutexLock lock(m_lock);
// cppcheck-suppress knownConditionTrueFalse
if (m_jobs.empty()) {
return;
}