Merge branch 'master' of git@github.com:danmar/cppcheck
This commit is contained in:
commit
4ef68546ef
|
@ -1291,6 +1291,8 @@ void Preprocessor::handleIncludes(std::string &code, const std::string &filename
|
|||
fileOpened = true;
|
||||
break;
|
||||
}
|
||||
|
||||
fin.clear();
|
||||
}
|
||||
|
||||
if (headerType == 1 && !fileOpened)
|
||||
|
|
Loading…
Reference in New Issue