[Liblas-commits] hg: FIXME comment
liblas-commits at liblas.org
liblas-commits at liblas.org
Wed Aug 25 20:29:02 EDT 2010
changeset 88f771613187 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=88f771613187
summary: FIXME comment
diffstat:
src/lasfilter.cpp | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 158033bce582 -r 88f771613187 src/lasfilter.cpp
--- a/src/lasfilter.cpp Thu Aug 26 01:02:23 2010 +0100
+++ b/src/lasfilter.cpp Thu Aug 26 01:28:50 2010 +0100
@@ -151,9 +151,10 @@
bool ThinFilter::filter(const liblas::Point& p)
{
+ // FIXME: why p is not used? --mloskot
+ boost::ignore_unused_variable_warning(p);
- // If thin_amount == thin_count, we throw this one
- // out.
+ // If thin_amount == thin_count, we throw this one out.
bool output = false;
if (thin_amount == thin_count)
{
More information about the Liblas-commits
mailing list