avoid comparison between signed and unsigned integer; ref #3312

parent f1cf6ef8
...@@ -3753,7 +3753,7 @@ scan_hex(const int *start, int len, int *retlen) ...@@ -3753,7 +3753,7 @@ scan_hex(const int *start, int len, int *retlen)
} }
static int32_t static int32_t
read_escape_unicode(parser_state *p, size_t limit) read_escape_unicode(parser_state *p, int limit)
{ {
int32_t c; int32_t c;
int buf[9]; int buf[9];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment