ape/cc: stop spamming arguments that are only needed once

This commit is contained in:
BurnZeZ 2020-02-23 20:33:27 +00:00
parent ab5c4799d9
commit 7bd7776935

View file

@ -155,6 +155,7 @@ main(int argc, char *argv[])
if(!Aflag) {
append(&cc, "-J"); /* old/new decl mixture hack */
append(&cc, "-B"); /* turn off non-prototype warnings */
Aflag = 1;
}
if(argc > 0) {
s = argv[0];