summaryrefslogtreecommitdiff
path: root/prec.c
diff options
context:
space:
mode:
Diffstat (limited to 'prec.c')
-rw-r--r--prec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/prec.c b/prec.c
index d30969b3a8..3d33fe55f1 100644
--- a/prec.c
+++ b/prec.c
@@ -47,6 +47,7 @@ prec_induced_from(module, x)
{
rb_raise(rb_eTypeError, "undefined conversion from %s into %s",
rb_class2name(CLASS_OF(x)), rb_class2name(module));
+ return Qnil; /* not reached */
}
static VALUE