silence some compiler warnings

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-02-05 16:56:31 +02:00
parent ae4684c1a7
commit de84a7d84f

View file

@ -110,6 +110,7 @@ namespace QPatternist
m_axis(axis)
{
Q_ASSERT(m_test);
Q_UNUSED(m_test);
Q_UNUSED(m_axis);
}
@ -136,6 +137,7 @@ namespace QPatternist
{
Q_ASSERT(m_left);
Q_ASSERT(m_right);
Q_UNUSED(m_right);
}
virtual Action actionForElement(const QXmlName name,