helper function to cast away const */
| 2056 | #endif |
| 2057 | /* helper function to cast away const */ |
| 2058 | static void* cast_away_const(const void* string) |
| 2059 | { |
| 2060 | return (void*)string; |
| 2061 | } |
| 2062 | #if defined(__clang__) || (defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 5)))) |
| 2063 | #pragma GCC diagnostic pop |
| 2064 | #endif |
no outgoing calls
no test coverage detected
searching dependent graphs…