Skip to content

Fixed a clang Wfloat-conversion warning in a public header

Sean McBride requested to merge seanm/vtk:release-float-conversion into master

Of all the public VTK headers my own app includes, this was the only such warning. Fixing it allows me to more easily keep the warning on for my own code.

Backport: release

Edited by Ben Boeckel

Merge request reports