# | Line 432 | Line 432 | wputs( /* warning output function */ | |
---|---|---|
432 | ) | |
433 | { | |
434 | int lasterrno = errno; | |
435 | + | if (erract[WARNING].pf == NULL) |
436 | + | return; /* called by calcomp or someone */ |
437 | eputs(s); | |
438 | errno = lasterrno; | |
439 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |