Indicate that our abort function really is that ...
| 38 | |
| 39 | // Indicate that our abort function really is that ... |
| 40 | void |
| 41 | ink_abort(const char *message_format, ...) |
| 42 | { |
| 43 | __coverity_panic__(); |
| 44 | } |
| 45 | |
| 46 | // Teach Coverity that this aborts in all compilation modes. |
| 47 | void _TSReleaseAssert(const char* txt, const char* f, int l) |
no outgoing calls
no test coverage detected