Skip to content

Commit f32555a

Browse files
committed
cppcheck.cpp: mitigated unusedFunction selfcheck warnings
1 parent d9961f9 commit f32555a

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
@@ -603,6 +603,7 @@ unsigned int CppCheck::checkBuffer(const FileWithDetails &file, const std::strin
603603
});
604604
}
605605

606+
// cppcheck-suppress unusedFunction
606607
unsigned int CppCheck::checkStream(const FileWithDetails &file, const std::string &cfgname, std::istream& fileStream)
607608
{
608609
return checkInternal(file, cfgname,

0 commit comments

Comments
 (0)