Skip to content

Commit

Permalink
warning nit
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 6, 2017
1 parent 4ac1f8b commit 813e3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdal/Geometry.cpp
Expand Up @@ -337,7 +337,7 @@ std::istream& operator>>(std::istream& istr, Geometry& p)
{
p.update(oss.str());
}
catch (pdal_error& err)
catch (pdal_error& )
{
istr.setstate(std::ios::failbit);
}
Expand Down

0 comments on commit 813e3cc

Please sign in to comment.