We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unmatchedSuppression
1 parent 8026e50 commit 78e9b72Copy full SHA for 78e9b72
1 file changed
lib/fwdanalysis.cpp
@@ -261,7 +261,6 @@ static Result checkRecursive(What what, const Settings& settings, const Token *e
261
// ({ .. })
262
if (hasGccCompoundStatement(parent->astParent()->astOperand2()))
263
return Result(Result::Type::BAILOUT);
264
- // cppcheck-suppress shadowFunction - TODO: fix this
265
const bool reassign = isSameExpression(false, expr, parent, settings, false, false, nullptr);
266
if (reassign)
267
return Result(Result::Type::WRITE, parent->astParent());
0 commit comments