mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 01:05:38 +02:00
bug 327921: [Build selected File] Compiler Errors are not shown in Problems View
Fix from Harald Kästel-Baumgartner
This commit is contained in:
parent
499b106541
commit
42197fda9c
1 changed files with 1 additions and 1 deletions
|
@ -1487,7 +1487,7 @@ public class GeneratedMakefileBuilder extends ACBuilder {
|
||||||
|
|
||||||
StepBuilder stepBuilder = new StepBuilder(step, null);
|
StepBuilder stepBuilder = new StepBuilder(step, null);
|
||||||
|
|
||||||
int status = stepBuilder.build(consoleOutStream, epmOutputStream, new SubProgressMonitor(monitor, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK));
|
int status = stepBuilder.build(epmOutputStream, epmOutputStream, new SubProgressMonitor(monitor, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK));
|
||||||
|
|
||||||
// Refresh the output resource without allowing the user to cancel.
|
// Refresh the output resource without allowing the user to cancel.
|
||||||
// This is probably unkind, but short of this there is no way to ensure
|
// This is probably unkind, but short of this there is no way to ensure
|
||||||
|
|
Loading…
Add table
Reference in a new issue