summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-10 01:17:12 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-10 01:17:12 +0000
commitf2b4e710139f473b467bde15708534a9a8cc39a0 (patch)
tree8ec58b7cd3598b1fecc2bdc4c671b2c012634c93 /ruby.c
parentf758077cc32707b95f22762825aa83a59fcfebc5 (diff)
* ruby.c (opt_W_getter): get rid of warning.
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub: fixed dependency. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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