benkasminbullock / image-png-libpng

Perl interface to libpng
https://metacpan.org/release/Image-PNG-Libpng
0 stars 2 forks source link

Check return types correspond to XS #9

Closed benkasminbullock closed 10 years ago

benkasminbullock commented 10 years ago

E.g. compile with -Wall because it looks like AV is converting to SV somewhere. All returns should be SV * ??

benkasminbullock commented 10 years ago

get_CHUNK are all SV * now.