CheckUninitVar: Try to report all CTU issues not just the first found issue
This commit is contained in:
parent
37a3544ff5
commit
a520a41e64
|
@ -1353,7 +1353,6 @@ bool CheckUninitVar::analyseWholeProgram(const CTU::FileInfo *ctu, const std::li
|
|||
errorLogger.reportErr(errmsg);
|
||||
|
||||
foundErrors = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
return foundErrors;
|
||||
|
|
Loading…
Reference in New Issue