Skip to content

Commit 78e9b72

Browse files
committed
fwdanalysis.cpp: fixed unmatchedSuppression selfcheck warning
1 parent 8026e50 commit 78e9b72

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/fwdanalysis.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ static Result checkRecursive(What what, const Settings& settings, const Token *e
261261
// ({ .. })
262262
if (hasGccCompoundStatement(parent->astParent()->astOperand2()))
263263
return Result(Result::Type::BAILOUT);
264-
// cppcheck-suppress shadowFunction - TODO: fix this
265264
const bool reassign = isSameExpression(false, expr, parent, settings, false, false, nullptr);
266265
if (reassign)
267266
return Result(Result::Type::WRITE, parent->astParent());

0 commit comments

Comments
 (0)