[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.9-6-gcb1846b52

git at osgeo.org git at osgeo.org
Tue Jun 20 18:20:13 PDT 2023


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, stable-3.1 has been updated
       via  cb1846b52ca0f0254dd61e25aca024aa43b2666b (commit)
      from  c7b679c37d866d29772946d565a0ffd9c0ac36c2 (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 cb1846b52ca0f0254dd61e25aca024aa43b2666b
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Jun 20 21:20:08 2023 -0400

    Quiet warning of unused declare variable. References #2566 for PostGIS 3.1.10

diff --git a/raster/test/cunit/cu_gdal.c b/raster/test/cunit/cu_gdal.c
index c20da3b43..b1d391231 100644
--- a/raster/test/cunit/cu_gdal.c
+++ b/raster/test/cunit/cu_gdal.c
@@ -158,7 +158,7 @@ static void test_gdal_polygonize() {
 	double total_area = 0;
 	double total_val = 0;
 	rt_geomval gv = NULL;
-	LWGEOM *gexpected, *gobserved;
+	LWGEOM *gobserved;
 	//char *wkt = NULL;
 	gexpected = lwgeom_from_wkt("POLYGON((3 1,3 2,2 2,2 3,1 3,1 6,2 6,2 7,3 7,3 8,5 8,5 6,3 6,3 3,4 3,5 3,5 1,3 1))",
 				   LW_PARSER_CHECK_NONE);

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

Summary of changes:
 raster/test/cunit/cu_gdal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list