summaryrefslogtreecommitdiff
path: root/inits.c
diff options
context:
space:
mode:
Diffstat (limited to 'inits.c')
-rw-r--r--inits.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inits.c b/inits.c
index 490506e3bf..79a6cf014e 100644
--- a/inits.c
+++ b/inits.c
@@ -76,6 +76,7 @@ rb_call_inits(void)
CALL(ast);
CALL(vm_trace);
CALL(pack);
+ CALL(warning);
load_prelude();
}
#undef CALL