Skip to content

Commit 6754685

Browse files
committed
cppcheck.cpp: mitigated unusedFunction selfcheck warnings
1 parent b3784d3 commit 6754685

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/cppcheck.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ unsigned int CppCheck::checkBuffer(const FileWithDetails &file, const std::strin
618618
});
619619
}
620620

621+
// cppcheck-suppress unusedFunction
621622
unsigned int CppCheck::checkStream(const FileWithDetails &file, const std::string &cfgname, std::istream& fileStream)
622623
{
623624
return checkInternal(file, cfgname,

0 commit comments

Comments
 (0)