tonystone / geofeatures2

A lightweight, high performance geometry library in Swift.
Apache License 2.0
19 stars 4 forks source link

Correcting warnings for unused parameters #155

Closed tonystone closed 7 years ago

tonystone commented 7 years ago

Correcting warnings for unused parameters by switching to withUnsafeMutablePointerToHeader instead of withUnsafeMutablePointers

tonystone commented 7 years ago

Current coverage is 97.74% (diff: 100%)

Merging #155 into master will not change coverage

@@             master       #155   diff @@
==========================================
  Files            39         39          
  Lines          2481       2481          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           2425       2425          
  Misses           56         56          
  Partials          0          0          
Diff Coverage File Path
•••••••••• 100% Sources/GeoFeatures/LineString.swift
•••••••••• 100% Sources/GeoFeatures/MultiPolygon.swift
•••••••••• 100% Sources/GeoFeatures/LinearRing.swift
•••••••••• 100% Sources/GeoFeatures/MultiPoint.swift
•••••••••• 100% Sources/GeoFeatures/GeometryCollection.swift
•••••••••• 100% Sources/GeoFeatures/MultiLineString.swift

Powered by Codecov. Last update d751888...f13ba8f