* 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
@ -290,7 +290,7 @@ syck_emitter_start_obj( SyckEmitter *e, SYMID oid )
|
|||||||
*/
|
*/
|
||||||
args->startpos = n->pos;
|
args->startpos = n->pos;
|
||||||
args->offset = alen + 1;
|
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 );
|
S_FREE( args );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user