This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Try making gcc happy about casting U32 to void*.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 19 Nov 2014 01:20:54 +0000 (20:20 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 19 Nov 2014 01:20:54 +0000 (20:20 -0500)
commit3ef6b8e9a9da2a3d97ef32e4df629373ca2ab5f9
treeb52ee9712850370832e231c0b15d8d96f7b1c2fd
parentd9c672b1f02c5ff634d77faf243344343bb4aaea
Try making gcc happy about casting U32 to void*.

util.c: In function ‘I32 Perl_xs_handshake(U32, void*, const char*, ...)’:
util.c:5389:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
util.c