system headers: merged the systemheaders branch into master. it works pretty well. Ticket: #1937
This commit is contained in:
parent
85cafb2035
commit
6836198a5c
|
@ -1580,7 +1580,7 @@ void Preprocessor::handleIncludes(std::string &code, const std::string &filePath
|
|||
}
|
||||
else if (!fileOpened)
|
||||
{
|
||||
if (headerType == UserHeader && _errorLogger && _settings && _settings->isEnabled("missingInclude"))
|
||||
if (_errorLogger && _settings && _settings->isEnabled("missingInclude"))
|
||||
{
|
||||
// Determine line number of include
|
||||
unsigned int linenr = 1;
|
||||
|
|
Loading…
Reference in New Issue