diff options
Diffstat (limited to 'prec.c')
-rw-r--r-- | prec.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |