ape/cc: stop spamming arguments that are only needed once
This commit is contained in:
parent
ab5c4799d9
commit
7bd7776935
1 changed files with 1 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue