mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
put -1 for line number when no resources found.
This commit is contained in:
parent
734cfe23ea
commit
de13f6b523
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class MakeErrorParser implements IErrorParser {
|
|||
}
|
||||
}
|
||||
} else if (msg.startsWith(" ***")) {
|
||||
eoParser.generateMarker(null, 0, msg, IMarkerGenerator.SEVERITY_ERROR_BUILD, null);
|
||||
eoParser.generateMarker(null, -1, msg, IMarkerGenerator.SEVERITY_ERROR_BUILD, null);
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue