Unverified Commit e2829bef authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #5115 from dearblue/nogems

Suppress `-Wunused-function`
parents 8455344b 06d231d3
......@@ -77,11 +77,13 @@ mrb_open(void)
return mrb;
}
#ifndef DISABLE_GEMS
static void
init_mrbgems(mrb_state *mrb, void *opaque)
{
mrb_init_mrbgems(mrb);
}
#endif
MRB_API mrb_state*
mrb_open_allocf(mrb_allocf f, void *ud)
......
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