diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-07 12:38:03 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-07 12:38:03 +0000 |
| commit | 017eff4ca52e033f38be8f9f9df8a7c964186cd1 (patch) | |
| tree | 160b5c9ddc41c0e4f2e1c0e72fa49ec65569ae9c /io.c | |
| parent | 68bb5b65ae9e62ea023f0f02292e0f273f821fee (diff) | |
| download | ruby-017eff4ca52e033f38be8f9f9df8a7c964186cd1.tar.gz ruby-017eff4ca52e033f38be8f9f9df8a7c964186cd1.tar.xz ruby-017eff4ca52e033f38be8f9f9df8a7c964186cd1.zip | |
* io.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode):
suppress warnings.
* util.c (quorem, rv_alloc, nrv_alloc): only used in dtoa().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
| -rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4215,7 +4215,7 @@ rb_io_s_sysopen(int argc, VALUE *argv) static VALUE rb_f_open(int argc, VALUE *argv) { - ID to_open; + ID to_open = 0; int redirect = Qfalse; if (argc >= 1) { |
