| 229 | }; |
| 230 | |
| 231 | void ParseError(Context* context, Result result) |
| 232 | { |
| 233 | dmLogWarning("Config file parse error in file '%s' at line: %d", context->m_URI, context->m_Line); |
| 234 | longjmp(context->m_JmpBuf, (int) result); |
| 235 | } |
| 236 | |
| 237 | static bool IsBlank(char c) |
| 238 | { |
no outgoing calls
no test coverage detected