Skip to content

Commit c92a7bd

Browse files
committed
refs #14702 - report unmatched suppressions for included files [skip ci]
1 parent 9d751a0 commit c92a7bd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cli/cppcheckexecutor.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,9 @@ bool CppCheckExecutor::reportUnmatchedSuppressions(const Settings &settings, con
412412
sourcefile = errmsg.callStack.cbegin()->getfile(false); // TODO: simplify path?
413413
err |= reportErrorsFn(sourcefile, 0, {errmsg});
414414
}
415+
416+
// TODO: report unmatched suppressions for included files
417+
415418
return err;
416419
}
417420

0 commit comments

Comments
 (0)