Fix 1 false positive 'div.by zero' warning when building with MSVC 2019->2022
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