Fix warning from older GCC
commit27c8555e1c3daac242ee65947321b3fa9f29e05d
authorOlly Betts <olly@survex.com>
Thu, 26 Oct 2017 03:42:32 +0000 (26 16:42 +1300)
committerOlly Betts <olly@survex.com>
Thu, 26 Oct 2017 03:42:32 +0000 (26 16:42 +1300)
tree15454c1125e45e58822f0efcbbbe6f5b344cc8ac
parentabb5513243f1ebbe394b11b3438ac3c61541bd2f
Fix warning from older GCC

Older GCC warns when a parameter has the same name as a method, so
best to avoid this.
xapian-core/api/database.cc
xapian-core/backends/databaseinternal.cc
xapian-core/backends/databaseinternal.h
xapian-core/backends/multi/multi_database.h
xapian-core/backends/remote/remote-database.cc