[Liblas-commits] hg: return true on the reprojection transform if we don't have GDAL

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Jul 15 09:45:17 EDT 2010


changeset 1728d7bc63be in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=1728d7bc63be
summary: return true on the reprojection transform if we don't have GDAL

diffstat:

 src/lastransform.cpp |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r baa0a0a95713 -r 1728d7bc63be src/lastransform.cpp
--- a/src/lastransform.cpp	Wed Jul 14 10:54:19 2010 -0500
+++ b/src/lastransform.cpp	Thu Jul 15 08:45:14 2010 -0500
@@ -137,6 +137,7 @@
     return true;
 #else
     detail::ignore_unused_variable_warning(point);
+    return true;
 #endif
 }
 } // namespace liblas


More information about the Liblas-commits mailing list