![]() ![]() | ![]() |
version 1.1.1.4, 2018/04/24 18:23:38 | version 1.1.1.5, 2018/04/24 18:33:39 |
---|---|
Line 91 static int token_is_escape(QObject *obj, | Line 91 static int token_is_escape(QObject *obj, |
/** | /** |
* Error handler | * Error handler |
*/ | */ |
static void parse_error(JSONParserContext *ctxt, QObject *token, const char *msg, ...) | static void GCC_FMT_ATTR(3, 4) parse_error(JSONParserContext *ctxt, |
QObject *token, const char *msg, ...) | |
{ | { |
va_list ap; | va_list ap; |
va_start(ap, msg); | va_start(ap, msg); |