CheckUninitVar: Try to report all CTU issues not just the first found issue

This commit is contained in:
Daniel Marjamäki 2018-12-31 07:54:00 +01:00
parent 37a3544ff5
commit a520a41e64
1 changed files with 0 additions and 1 deletions

View File

@ -1353,7 +1353,6 @@ bool CheckUninitVar::analyseWholeProgram(const CTU::FileInfo *ctu, const std::li
errorLogger.reportErr(errmsg);
foundErrors = true;
break;
}
}
return foundErrors;