Skip to content

Fix gcc 7.3 strict-overflow warning

David Gobbi requested to merge dgobbi/vtk:counter-warning into master

The body of a 'for' loop was modifying the value of the counter variable. Apparently gcc 7.3 did not like this (neither do I).

Merge request reports