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:
parent
5a38061f45
commit
9a3da66892
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue