Skip to content

Commit 2ac7621

Browse files
author
Dane Springmeyer
committedSep 6, 2016
avoid unused variable warning
1 parent 2bf4f9a commit 2ac7621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/vector_tile_featureset_pbf.ipp

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ feature_ptr tile_featureset_pbf<Filter>::next()
306306
#endif
307307
feature->set_geometry(std::move(geom));
308308
}
309-
catch (std::exception const& e)
309+
catch (std::exception const&)
310310
{
311311
// For v1 any invalid geometry errors lets just skip the feature
312312
continue;

0 commit comments

Comments
 (0)
Please sign in to comment.