Suppress false positive
This commit is contained in:
parent
bfb98dbf51
commit
b5aaf8d577
|
@ -3882,6 +3882,7 @@ void TemplateSimplifier::simplifyTemplates(
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// cppcheck-suppress redundantCopyLocalConst ; False positive
|
||||||
const std::string strop = op->str();
|
const std::string strop = op->str();
|
||||||
const std::string strargs = (args && args->isName()) ? args->str() : "";
|
const std::string strargs = (args && args->isName()) ? args->str() : "";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue