Skip to content

Commit dea708b

Browse files
committed
cppcheck.cpp: mitigated unusedFunction selfcheck warnings
1 parent 83b450a commit dea708b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cppcheck.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ unsigned int CppCheck::checkBuffer(const std::string& filename, const std::strin
600600
});
601601
}
602602

603+
// cppcheck-suppress unusedFunction
603604
unsigned int CppCheck::checkStream(const std::string& filename, const std::string &cfgname, std::istream& fileStream)
604605
{
605606
return checkInternal(filename, cfgname,

0 commit comments

Comments
 (0)