From: Paul Ramsey Date: Fri, 30 Mar 2012 22:40:52 +0000 (+0000) Subject: Comment out noise in the GEOS 3.2 case. (#1740) X-Git-Tag: 2.0.0rc2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c8e9547e98b07b8c11d79da91713f967e629df8;p=postgis Comment out noise in the GEOS 3.2 case. (#1740) git-svn-id: http://svn.osgeo.org/postgis/trunk@9584 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/rt_core/rt_api.c b/raster/rt_core/rt_api.c index cd0fed65d..82cf403ef 100644 --- a/raster/rt_core/rt_api.c +++ b/raster/rt_core/rt_api.c @@ -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);