Skip to content

Fix a cppcheck compilation warning

David E. DeMarle requested to merge demarle/vtk:fix-comp-warning into master

Warning was "Identical inner 'if' condition is always true". The while check can also be removed because of the break.

Merge request reports