trac_6732 join_iterator.hpp unused variable warn.

This commit is contained in:
Neil Groves
2014-02-26 21:40:39 +00:00
parent b130e25804
commit 2a065b2420

View File

@ -117,7 +117,8 @@ public:
return *m_it;
}
bool equal(const join_iterator_union& other, unsigned int selected) const
bool equal(const join_iterator_union& other,
unsigned int /*selected*/) const
{
return m_it == other.m_it;
}