# | Line 508 | Line 508 | wputs( /* warning output function */ | |
---|---|---|
508 | ) | |
509 | { | |
510 | int lasterrno = errno; | |
511 | + | if (erract[WARNING].pf == NULL) |
512 | + | return; /* called by calcomp or someone */ |
513 | eputs(s); | |
514 | errno = lasterrno; | |
515 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |