small fix to previous commit
This commit is contained in:
parent
fc40808a8a
commit
e57d9609a7
|
@ -1546,7 +1546,9 @@ static const Token *checkExecutionPaths(const Token *tok, std::list<ExecutionPat
|
||||||
it = checks.erase(it);
|
it = checks.erase(it);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
++it;
|
++it;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (checks.empty())
|
if (checks.empty())
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue