Temporary inline suppression to hide false positive
This commit is contained in:
parent
249a101ec2
commit
13e79fdeb6
|
@ -1252,6 +1252,7 @@ static ExprEngine::ValuePtr executeAssign(const Token *tok, Data &data)
|
||||||
return assignValue;
|
return assignValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// cppcheck-suppress constParameter ; false positive
|
||||||
static void checkContract(Data &data, const Token *tok, const Function *function, const std::vector<ExprEngine::ValuePtr> &argValues)
|
static void checkContract(Data &data, const Token *tok, const Function *function, const std::vector<ExprEngine::ValuePtr> &argValues)
|
||||||
{
|
{
|
||||||
(void)data;
|
(void)data;
|
||||||
|
|
Loading…
Reference in New Issue