valueflow.cpp: fixed selfcheck suppression (#4940)
This commit is contained in:
parent
93b4de36cd
commit
39f94f32f9
|
@ -7727,7 +7727,7 @@ static void addToErrorPath(ValueFlow::Value& value, const ValueFlow::Value& from
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
static std::vector<Token*> findAllUsages(const Variable* var, Token* start) // cppcheck-suppress constParameter // FP
|
static std::vector<Token*> findAllUsages(const Variable* var, Token* start) // cppcheck-suppress constParameterPointer // FP
|
||||||
{
|
{
|
||||||
std::vector<Token*> result;
|
std::vector<Token*> result;
|
||||||
const Scope* scope = var->scope();
|
const Scope* scope = var->scope();
|
||||||
|
|
Loading…
Reference in New Issue