mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
Cosmetics.
This commit is contained in:
parent
ced5f1b42c
commit
8ba5522e7c
1 changed files with 4 additions and 4 deletions
|
@ -381,7 +381,7 @@ abstract public class PDOMWriter {
|
|||
}
|
||||
|
||||
final List<IASTProblem> problems= visitor.getProblems();
|
||||
fStatistics.fSyntaxProblemsCount+= problems.size();
|
||||
fStatistics.fSyntaxProblemsCount += problems.size();
|
||||
if (fShowSyntaxProblems) {
|
||||
for (IASTProblem problem : problems) {
|
||||
reportProblem(problem);
|
||||
|
|
Loading…
Add table
Reference in a new issue