fixing GCC and Clang warnings and errors

This commit is contained in:
Mathew Sutcliffe
2014-07-16 22:18:13 +01:00
parent cd82c7f55d
commit db6c6a6331
3 changed files with 21 additions and 7 deletions

View File

@@ -195,6 +195,7 @@ namespace BlackMisc
void checkEnd(const ConditionalIterator &other) // debugging
{
Q_ASSERT(m_end == other.m_end && m_end == other.m_iterator);
Q_UNUSED(other);
}
private: