Don't print source file names during compilation (gcc stopped doing it years
ago).
This commit is contained in:
parent
4b7fc5e233
commit
62022c6f6b
|
@ -417,10 +417,6 @@ static int process(char* arg)
|
|||
return 1;
|
||||
}
|
||||
in = orig;
|
||||
if (!nill_flag && arg_count > 1)
|
||||
{
|
||||
printf("%s\n", arg);
|
||||
}
|
||||
return startrf(phase);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue