Skip Menu |

This queue is for tickets about the DB_File CPAN distribution.

Report information
The Basics
Id: 100812
Status: resolved
Priority: 0/
Queue: DB_File

People
Owner: Nobody in particular
Requestors: 'spro^^*%*^6ut# [...] &$%*c
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.833



Subject: 1.832 breaks bleadperl C89 build
Version 1.832 contains a declaration after a statement, which is an error under strict C89. See <http://perl5.git.perl.org/perl.git/commitdiff/dc142230>, where I have fixed it in blead (just to get smokes clean again). I wonder: Why are you assigning to a variable at all? Why not just (void)perl_get_sv(...)?
On Tue Dec 09 15:43:47 2014, SPROUT wrote: Show quoted text
> Version 1.832 contains a declaration after a statement, which is an > error under strict C89. See > <http://perl5.git.perl.org/perl.git/commitdiff/dc142230>, where I have > fixed it in blead (just to get smokes clean again). I wonder: Why are > you assigning to a variable at all? Why not just > (void)perl_get_sv(...)?
Jarkko sent me a patch to silence compiler warnings. Worked fine in my setup, but obviously not everywhere. Patch applied. New version heading to CPAN shortly. Paul