1
0
Fork 0
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:
Alain Magloire 2002-11-07 03:20:00 +00:00
parent 734cfe23ea
commit de13f6b523

View file

@ -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;