This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
SDBM_File: fix 'set but not used' warning
authorDavid Mitchell <davem@iabyn.com>
Mon, 18 Nov 2013 15:07:23 +0000 (15:07 +0000)
committerDavid Mitchell <davem@iabyn.com>
Mon, 18 Nov 2013 17:14:22 +0000 (17:14 +0000)
commit48ece0902e4df68650e04e671ee4574e9d25ca80
tree59fd131031322df23317a02bb84cf07b178e8df0
parent63d83481e2cd52a64f36a54ea50d29ca81aca410
SDBM_File: fix 'set but not used' warning

the NEXTKEY() method has a key arg, but sdbm_nextkey() doesn't.
So don't bother mapping the key SV arg to a datum_key type.
ext/SDBM_File/SDBM_File.pm
ext/SDBM_File/SDBM_File.xs