]> granicus.if.org Git - postgis/commitdiff
Comment out noise in the GEOS 3.2 case. (#1740)
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 30 Mar 2012 22:40:52 +0000 (22:40 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 30 Mar 2012 22:40:52 +0000 (22:40 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9584 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_core/rt_api.c

index cd0fed65d2f1247ad8c01cbb9029bd15678378b9..82cf403ef543efe5af3079c4a6b476af389c45de 100644 (file)
@@ -5442,11 +5442,11 @@ rt_raster_gdal_polygonize(
                */
                do {
 #if POSTGIS_GEOS_VERSION < 33
-                       if (!msgValid) {
-                               rtwarn("Skipping check for invalid geometry.  GEOS-3.3.0 or up is required to fix an invalid geometry");
-                               msgValid = 1;
-                       }
-                       break;
+/*                     if (!msgValid) { 
+                               rtwarn("Skipping check for invalid geometry.  GEOS-3.3.0 or up is required to fix an invalid geometry"); 
+                               msgValid = 1; 
+                       } 
+                       break; */
 #endif
 
                        ggeom = (GEOSGeometry *) LWGEOM2GEOS(lwgeom);