[Liblas-commits] hg: turn off debug lint
liblas-commits at liblas.org
liblas-commits at liblas.org
Mon May 3 13:05:16 EDT 2010
changeset d209d6f51200 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=d209d6f51200
summary: turn off debug lint
diffstat:
src/detail/reader/reader.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (16 lines):
diff -r c1f6020808d8 -r d209d6f51200 src/detail/reader/reader.cpp
--- a/src/detail/reader/reader.cpp Mon May 03 12:02:00 2010 -0500
+++ b/src/detail/reader/reader.cpp Mon May 03 12:05:11 2010 -0500
@@ -381,9 +381,9 @@
// ++m_cache_read_position;
liblas::Point const& point = GetPoint(m_cache_read_position, header);
- if (point.GetX() == 0 || point.GetY() == 0.0 || point.GetReturnNumber() == 0) {
- printf("X is zero for position %d\n", m_cache_read_position);
- }
+ // if (point.GetX() == 0 || point.GetY() == 0.0 || point.GetReturnNumber() == 0) {
+ // printf("X is zero for position %d\n", m_cache_read_position);
+ // }
return point;
// if (m_mask[m_cache_read_position] == true) {
More information about the Liblas-commits
mailing list