mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
fixing GCC and Clang warnings and errors
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user