* 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:
nobu 2008-10-13 00:56:40 +00:00
parent 359945ec7f
commit a09a8ea86d

View File

@ -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));