Skip to content

Fix build warning

Michael Migliore requested to merge michael.migliore/vtk:fix-warning into master

Fix warning catched by clang:

Rendering/OpenGL2/vtkTextureObject.cxx:670:15: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion]

Edited by Michael Migliore

Merge request reports