mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
clean -Wunused-function when defined DISABLE_STDIO
This commit is contained in:
@@ -4934,6 +4934,8 @@ mrb_load_string(mrb_state *mrb, const char *s)
|
||||
return mrb_load_string_cxt(mrb, s, NULL);
|
||||
}
|
||||
|
||||
#ifdef ENABLE_STDIO
|
||||
|
||||
static void
|
||||
dump_prefix(int offset)
|
||||
{
|
||||
@@ -4952,6 +4954,8 @@ dump_recur(mrb_state *mrb, node *tree, int offset)
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
void
|
||||
parser_dump(mrb_state *mrb, node *tree, int offset)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user