Skip to content

IO/GeoJSON: Fix -Wsign-compare warnings

Brad King requested to merge brad.king/vtk:vtkIOGeoJSON-fix-Wsign-compare into master

Use Json::Value::ArrayIndex as the loop counter type when using Json::Value::size() as the loop bound.

Merge request reports