Skip to content

Fix 1 false positive 'div.by zero' warning when building with MSVC 2019->2022

fab672000 requested to merge fab/vtk:fix-vtk-core-warnings-wp1 into master

Fixes the otherwise concerning disvision by zero warning in vtkMath in current master, the pragma change is very local and only affects MSVC and also only one line of code with a comment explaining why it is a false positive.

Edited by fab672000

Merge request reports