# | Line 265 | Line 265 | wputs( /* warning output function */ | |
---|---|---|
265 | ) | |
266 | { | |
267 | int lasterrno = errno; | |
268 | + | if (erract[WARNING].pf == NULL) |
269 | + | return; /* called by calcomp or someone */ |
270 | eputs(s); | |
271 | errno = lasterrno; | |
272 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |