Skip to content

Commit

Permalink
silence unused warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jul 27, 2012
1 parent f8490c3 commit 22d809b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/las/Reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ Reader::~Reader()
return;
}

void Reader::readBufferBeginImpl(PointBuffer& buffer)
void Reader::readBufferBeginImpl(PointBuffer& /* buffer*/)
{

}
Expand Down

0 comments on commit 22d809b

Please sign in to comment.