fix compiler warning: -Wunused-variable
This commit is contained in:
parent
5f8c636cef
commit
8db7d24f98
1 changed files with 1 additions and 1 deletions
|
@ -19442,7 +19442,7 @@ static __exception int next_token(JSParseState *s)
|
||||||
static int json_parse_string(JSParseState *s, const uint8_t **pp)
|
static int json_parse_string(JSParseState *s, const uint8_t **pp)
|
||||||
{
|
{
|
||||||
const uint8_t *p = *pp;
|
const uint8_t *p = *pp;
|
||||||
int ret, i;
|
int i;
|
||||||
uint32_t c;
|
uint32_t c;
|
||||||
StringBuffer b_s, *b = &b_s;
|
StringBuffer b_s, *b = &b_s;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue