mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
silence some compiler warnings
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ae4684c1a7
commit
de84a7d84f
1 changed files with 3 additions and 1 deletions
|
@ -110,6 +110,7 @@ namespace QPatternist
|
|||
m_axis(axis)
|
||||
{
|
||||
Q_ASSERT(m_test);
|
||||
Q_UNUSED(m_test);
|
||||
Q_UNUSED(m_axis);
|
||||
}
|
||||
|
||||
|
@ -124,7 +125,7 @@ namespace QPatternist
|
|||
|
||||
private:
|
||||
const ProjectedNodeTest::Ptr m_test;
|
||||
const QXmlNodeModelIndex::Axis m_axis;
|
||||
const QXmlNodeModelIndex::Axis m_axis;
|
||||
};
|
||||
|
||||
class ProjectedPath : public ProjectedExpression
|
||||
|
@ -136,6 +137,7 @@ namespace QPatternist
|
|||
{
|
||||
Q_ASSERT(m_left);
|
||||
Q_ASSERT(m_right);
|
||||
Q_UNUSED(m_right);
|
||||
}
|
||||
|
||||
virtual Action actionForElement(const QXmlName name,
|
||||
|
|
Loading…
Add table
Reference in a new issue