aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby.c b/ruby.c
index 995cd2f3a8..b9c29fe821 100644
--- a/ruby.c
+++ b/ruby.c
@@ -1056,6 +1056,7 @@ opt_W_getter(val, id)
if (ruby_verbose == Qnil) return INT2FIX(0);
if (ruby_verbose == Qfalse) return INT2FIX(1);
if (ruby_verbose == Qtrue) return INT2FIX(2);
+ return Qnil; /* not reached */
}
void