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