diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-10 01:17:12 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-10 01:17:12 +0000 |
commit | 5a441e6a3c9ffa35ffcb5ccbacc0c84fb685c36f (patch) | |
tree | 8ec58b7cd3598b1fecc2bdc4c671b2c012634c93 /ruby.c | |
parent | c79ab2649648c3ec36cc542647a99abd5dd63196 (diff) | |
download | ruby-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |