mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* transcode.c (rb_econv_init_by_convpath): suppressed warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
359945ec7f
commit
a09a8ea86d
1 changed files with 1 additions and 1 deletions
|
@ -2891,7 +2891,7 @@ rb_econv_init_by_convpath(VALUE self, VALUE convpath,
|
|||
long i;
|
||||
int ret, first=1;
|
||||
VALUE elt;
|
||||
rb_encoding *senc, *denc;
|
||||
rb_encoding *senc = 0, *denc = 0;
|
||||
const char *sname, *dname;
|
||||
|
||||
ec = rb_econv_alloc(RARRAY_LEN(convpath));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue