We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unusedFunction
1 parent d9961f9 commit f32555aCopy full SHA for f32555a
1 file changed
lib/cppcheck.cpp
@@ -603,6 +603,7 @@ unsigned int CppCheck::checkBuffer(const FileWithDetails &file, const std::strin
603
});
604
}
605
606
+// cppcheck-suppress unusedFunction
607
unsigned int CppCheck::checkStream(const FileWithDetails &file, const std::string &cfgname, std::istream& fileStream)
608
{
609
return checkInternal(file, cfgname,
0 commit comments