# | Line 415 | Line 415 | wputs( /* warning output function */ | |
---|---|---|
415 | ) | |
416 | { | |
417 | int lasterrno = errno; | |
418 | + | if (erract[WARNING].pf == NULL) |
419 | + | return; /* called by calcomp or someone */ |
420 | eputs(s); | |
421 | errno = lasterrno; | |
422 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |