workaround conversion warning

This commit is contained in:
Sébastien Loriot 2017-12-11 13:26:32 +01:00
parent 4f1720626c
commit 5291ebc58b
1 changed files with 1 additions and 1 deletions

View File

@ -1268,7 +1268,7 @@ private:
propagateRight = rightSide; propagateRight = rightSide;
} }
if (node->level() <= num_faces(m_graph)) if (node->level() <= static_cast<std::size_t>(num_faces(m_graph)))
{ {
if (propagateLeft) if (propagateLeft)
{ {