silence compiler warning - casting void* to IV
authorRobin Barker <rmbarker@cpan.org>
Tue, 10 Jul 2012 23:29:56 +0000 (00:29 +0100)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 13 Jul 2012 16:31:58 +0000 (09:31 -0700)
commit80544570ce886c65d20c02831f86aafecd94c2d9
treeef3b811188db111e7e34e04dccfc71c08192d670
parent130e6ef58021f632151b499d74a0da64ceb639f5
silence compiler warning - casting void* to IV

This warns when void* and IV have different sizes
There is already a macro to do this conversion cleanly: PTR2IV
pp_ctl.c