[SCM] PostGIS branch master updated. 3.4.0rc1-1231-g932e4936c

git at osgeo.org git at osgeo.org
Fri Jun 21 09:19:50 PDT 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  932e4936ceb89e69e012d21e27918f91922e5eb1 (commit)
      from  c46e33bc46a9c648c14ff77c7ea0cf1d71cc8160 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 932e4936ceb89e69e012d21e27918f91922e5eb1
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Jun 21 09:19:44 2024 -0700

    quiet compiler warning

diff --git a/liblwgeom/lwgeom_geos_split.c b/liblwgeom/lwgeom_geos_split.c
index 724ff7754..43b9f0c85 100644
--- a/liblwgeom/lwgeom_geos_split.c
+++ b/liblwgeom/lwgeom_geos_split.c
@@ -422,7 +422,7 @@ lwpoly_split_by_line(const LWPOLY* lwpoly_in, const LWGEOM* blade_in)
 		GEOSGeom_destroy(g1_bounds);
 		GEOSGeom_destroy((GEOSGeometry*)vgeoms[0]);
 		GEOSGeom_destroy(polygons);
-		lwerror("%s [%s] Unexpected return from GEOSpolygonize", __FILE__, __LINE__);
+		lwerror("%s [%d] Unexpected return from GEOSpolygonize", __FILE__, __LINE__);
 		return 0;
 	}
 #endif

-----------------------------------------------------------------------

Summary of changes:
 liblwgeom/lwgeom_geos_split.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list