| 7538 | } |
| 7539 | |
| 7540 | void |
| 7541 | assign_warnings(uchar *graph_chars) |
| 7542 | { |
| 7543 | int i; |
| 7544 | |
| 7545 | for (i = 0; i < WARNCOUNT; i++) |
| 7546 | if (graph_chars[i]) |
| 7547 | gw.warnsyms[i] = graph_chars[i]; |
| 7548 | } |
| 7549 | |
| 7550 | /* |
| 7551 | * Support functions for "suppress_alert" |
no outgoing calls
no test coverage detected