This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Silence ParseXS warning about abusing the CODE section
authorSteffen Mueller <smueller@cpan.org>
Mon, 13 Aug 2012 08:29:39 +0000 (10:29 +0200)
committerSteffen Mueller <smueller@cpan.org>
Fri, 31 Aug 2012 11:47:17 +0000 (13:47 +0200)
commit63d7ac5fa5ef436afa9865a56b7c84e54a112722
tree087ffe64048e17fc5433254712039856b8bce396
parent115e60bcab0a2cba27b137c61175493a347d0adc
Silence ParseXS warning about abusing the CODE section

See RT #114198. DynaLoader was warning about somewhat dubious use of
RETVAL with a CODE section but without an OUTPUT section. This fixes
that problem, but I have obviously not been able to test on all affected
operating systems.
ext/DynaLoader/DynaLoader_pm.PL
ext/DynaLoader/dl_aix.xs
ext/DynaLoader/dl_dllload.xs
ext/DynaLoader/dl_hpux.xs
ext/DynaLoader/dl_mpeix.xs
ext/DynaLoader/dl_next.xs
ext/DynaLoader/dl_vmesa.xs
ext/DynaLoader/dl_win32.xs