| 987 | // |
| 988 | |
| 989 | void CPR_warn(const TEXT* string) |
| 990 | { |
| 991 | fprintf(stderr, "(W) %s:%d: %s\n", file_name, line_global + 1, string); |
| 992 | warnings_global++; |
| 993 | } |
| 994 | |
| 995 | |
| 996 | //____________________________________________________________ |
no outgoing calls
no test coverage detected