Don't print source file names during compilation (gcc stopped doing it years

ago).
This commit is contained in:
David Given 2017-01-08 00:16:35 +01:00
parent 4b7fc5e233
commit 62022c6f6b

View file

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