Skip Menu |

This queue is for tickets about the DB_File CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: jkeenan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 1.839



Subject: DB_File.xs: unused-parameter warnings
When compiling Perl 5 blead on a number of platforms on linux with clang, an unused-parameter warning is being thrown by DB_File.xs: Example: http://perl5.test-smoke.org/report/52720 (linux/clang) ##### DB_File.xs:563:66: warning: unused parameter 'locp' [-Wunused-parameter] btree_compare(DB * db, const DBT *key1, const DBT *key2, size_t* locp) ^ 1 warning generated. ##### Can this be cleaned up? Thank you very much. Jim Keenan
Yes, done. thanks Paul
On Thu Dec 29 04:44:19 2016, PMQS wrote: Show quoted text
> Yes, done. > > thanks > Paul
Thanks for the rapid response. Can you ping me (or p5p) when you do a CPAN release so that we can synch blead with that? Thank you very much. Jim Keenan