Merge branch 'hotfix/trac_6732_join_iterator_unused_warn' into develop

This commit is contained in:
Neil Groves
2014-02-26 21:41:01 +00:00

View File

@ -117,7 +117,8 @@ public:
return *m_it; 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; return m_it == other.m_it;
} }