Skip to content

Fixed -Wnull-pointer-arithmetic warning

Sean McBride requested to merge seanm/vtk:Wnull-pointer-arithmetic into master

Warning was:

VTK/Rendering/OpenGL2/vtkOpenGLVertexArrayObject.cxx:182:33: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wnull-pointer-arithmetic] BUFFER_OFFSET(attrIt->Offset + attrIt->Stride*i/attrIt->Size)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Merge request reports