1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/syck/emitter.c (syck_emitter_start_obj): cast to avoid warning.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2003-07-15 07:56:21 +00:00
parent 5a38061f45
commit 9a3da66892

View file

@ -290,7 +290,7 @@ syck_emitter_start_obj( SyckEmitter *e, SYMID oid )
*/
args->startpos = n->pos;
args->offset = alen + 1;
st_foreach( e->anchors, syck_adjust_anchors, args );
st_foreach( e->anchors, syck_adjust_anchors, (st_data_t)args );
S_FREE( args );
/*