Skip to content

Commit 9cf7b7c

Browse files
committed
cppcheck.cpp: mitigated unusedFunction selfcheck warnings
1 parent 7c0d543 commit 9cf7b7c

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
@@ -861,6 +861,7 @@ unsigned int CppCheck::checkBuffer(const FileWithDetails &file, const std::strin
861861
});
862862
}
863863

864+
// cppcheck-suppress unusedFunction
864865
unsigned int CppCheck::checkStream(const FileWithDetails &file, const std::string &cfgname, int fileIndex, std::istream& fileStream)
865866
{
866867
return checkInternal(file, cfgname, fileIndex,

0 commit comments

Comments
 (0)