summaryrefslogtreecommitdiffstats
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
commit5a441e6a3c9ffa35ffcb5ccbacc0c84fb685c36f (patch)
tree8ec58b7cd3598b1fecc2bdc4c671b2c012634c93 /ruby.c
parentc79ab2649648c3ec36cc542647a99abd5dd63196 (diff)
downloadruby-5a441e6a3c9ffa35ffcb5ccbacc0c84fb685c36f.tar.gz
ruby-5a441e6a3c9ffa35ffcb5ccbacc0c84fb685c36f.tar.xz
ruby-5a441e6a3c9ffa35ffcb5ccbacc0c84fb685c36f.zip
* ruby.c (opt_W_getter): get rid of warning.
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub: fixed dependency. git-svn-id: http://svn.ruby-lang.org/repos/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 995cd2f3a..b9c29fe82 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