Yuri - 2018-12-12

Also:

/usr/ports/graphics/itk-snap/work/itksnap-3.6.0/GUI/Model/PolygonDrawingModel.cxx:638:8: error: non-constant-expression cannot be narrowed from type 'int' to 'itk::Size<2>::SizeValueType' (aka 'unsigned long') in initializer list [-Wc++11-narrowing]
    {{ m_Parent->GetSliceSize()[0], m_Parent->GetSliceSize()[1] }};
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/ports/graphics/itk-snap/work/itksnap-3.6.0/GUI/Model/PolygonDrawingModel.cxx:638:8: note: insert an explicit cast to silence this issue
    {{ m_Parent->GetSliceSize()[0], m_Parent->GetSliceSize()[1] }};
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
       static_cast<SizeValueType>()
/usr/ports/graphics/itk-snap/work/itksnap-3.6.0/GUI/Model/PolygonDrawingModel.cxx:638:37: error: non-constant-expression cannot be narrowed from type 'int' to 'itk::Size<2>::SizeValueType' (aka 'unsigned long') in initializer list [-Wc++11-narrowing]
    {{ m_Parent->GetSliceSize()[0], m_Parent->GetSliceSize()[1] }};
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~