We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uninitvar
1 parent f64f81f commit 5f24e44Copy full SHA for 5f24e44
1 file changed
lib/path.cpp
@@ -246,6 +246,7 @@ bool Path::isHeader(const std::string &path)
246
247
Standards::Language Path::identify(const std::string &path, bool *header)
248
{
249
+ // cppcheck-suppress uninitvar - TODO: FP
250
if (header)
251
*header = false;
252
0 commit comments