Skip to content

Commit

Permalink
Fix warning about unused formal parameter in Streamable.hpp (#1975)
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot authored and abellgithub committed Apr 26, 2018
1 parent 2e056cf commit c1d9895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdal/Streamable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class PDAL_DLL Streamable : public virtual Stage
\param srs New spatial reference.
*/
virtual void spatialReferenceChanged(const SpatialReference& srs)
virtual void spatialReferenceChanged(const SpatialReference& /*srs*/)
{}
};

Expand Down

0 comments on commit c1d9895

Please sign in to comment.