We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unusedFunction
1 parent d710de3 commit f64f81fCopy full SHA for f64f81f
1 file changed
lib/path.cpp
@@ -237,6 +237,7 @@ bool Path::acceptFile(const std::string &path, const std::set<std::string> &extr
237
return (identify(path, &header) != Standards::Language::None && !header) || extra.find(getFilenameExtension(path)) != extra.end();
238
}
239
240
+// cppcheck-suppress unusedFunction
241
bool Path::isHeader(const std::string &path)
242
{
243
const std::string extension = getFilenameExtensionInLowerCase(path);
0 commit comments