[SCM] PostGIS branch master updated. 3.6.0rc2-276-g3c50b132d
git at osgeo.org
git at osgeo.org
Mon Jan 12 12:19:10 PST 2026
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 3c50b132d145ab4c8a5a32d8f8bc7f1676e2ad6b (commit)
from e48062f7d65694c22841dab7587b2fdad9ea8549 (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 3c50b132d145ab4c8a5a32d8f8bc7f1676e2ad6b
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Mon Jan 12 12:19:06 2026 -0800
Quiet clang warning about folding into array
diff --git a/raster/test/cunit/cu_gdal.c b/raster/test/cunit/cu_gdal.c
index aa53fe268..4420d2062 100644
--- a/raster/test/cunit/cu_gdal.c
+++ b/raster/test/cunit/cu_gdal.c
@@ -380,8 +380,8 @@ static void test_gdal_to_raster() {
rt_raster raster;
rt_raster rast;
- const uint32_t width = 100;
- const uint32_t height = 100;
+ static uint32_t width = 100;
+ static uint32_t height = 100;
uint32_t x;
uint32_t y;
int v;
-----------------------------------------------------------------------
Summary of changes:
raster/test/cunit/cu_gdal.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list