mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
jscript: Silence parser_error warning.
It's triggered on handling implicit semi-colon in the end of statement. Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
fcaa685ca3
commit
c79561f7ae
1 changed files with 0 additions and 1 deletions
|
@ -1468,7 +1468,6 @@ static int parser_error(unsigned *loc, parser_ctx_t *ctx, const char *str)
|
|||
ctx->error_loc = *loc;
|
||||
if(ctx->hres == S_OK)
|
||||
ctx->hres = JS_E_SYNTAX;
|
||||
WARN("%s: %s\n", debugstr_w(ctx->begin + *loc), str);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue