We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unusedFunction
1 parent 7c0d543 commit 9cf7b7cCopy full SHA for 9cf7b7c
1 file changed
lib/cppcheck.cpp
@@ -861,6 +861,7 @@ unsigned int CppCheck::checkBuffer(const FileWithDetails &file, const std::strin
861
});
862
}
863
864
+// cppcheck-suppress unusedFunction
865
unsigned int CppCheck::checkStream(const FileWithDetails &file, const std::string &cfgname, int fileIndex, std::istream& fileStream)
866
{
867
return checkInternal(file, cfgname, fileIndex,
0 commit comments