Skip to content

Avoid redundant logical operations

Matthew Woehlke requested to merge matthew-woehlke/vtk:fix-logical-op into master

Enable -Wlogical-op by default. Refactor a vtkVariant method to avoid a sometimes-redundant comparison.

Merge request reports