mirror of https://github.com/CGAL/cgal
workaround conversion warning
This commit is contained in:
parent
4f1720626c
commit
5291ebc58b
|
|
@ -1268,7 +1268,7 @@ private:
|
|||
propagateRight = rightSide;
|
||||
}
|
||||
|
||||
if (node->level() <= num_faces(m_graph))
|
||||
if (node->level() <= static_cast<std::size_t>(num_faces(m_graph)))
|
||||
{
|
||||
if (propagateLeft)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue