mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix a few casting warnings.
Signed-off-by: Patrick Hogan <pbhogan@gmail.com>
This commit is contained in:
+1
-1
@@ -4658,7 +4658,7 @@ parser_new(mrb_state *mrb)
|
||||
p->cmd_start = TRUE;
|
||||
p->in_def = p->in_single = FALSE;
|
||||
|
||||
p->capture_errors = NULL;
|
||||
p->capture_errors = 0;
|
||||
|
||||
p->lineno = 1;
|
||||
#if defined(PARSER_TEST) || defined(PARSER_DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user