Skip to content

vtk: update and sync ParaView

Ben Boeckel requested to merge ben.boeckel/paraview:vtk-update-prep into master

VTK recently nuked 9.1 and older API deprecations. This caused a lot of vtkLegacy.h inclusions to disappear. In addition, some places had suppressed deprecation warnings, so this was a surprise. Suppression of deprecation warnings from VTK is probably never a good idea within ParaView to avoid these situations.

Edited by Ben Boeckel

Merge request reports