| # | Line 340 | Line 340 | wputs( /* warning output function */ | |
|---|---|---|
| 340 | const char *s | |
| 341 | ) | |
| 342 | { | |
| 343 | + | if (!erract[WARNING].pf) |
| 344 | + | return; // warnings were disabled! |
| 345 | int lasterrno = errno; | |
| 346 | eputs(s); | |
| 347 | errno = lasterrno; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |