[geos-commits] [SCM] GEOS branch main updated. 953e1c3d307d9e9a3e2c95fd7b981c39d3365317
git at osgeo.org
git at osgeo.org
Fri Dec 5 13:40:48 PST 2025
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 "GEOS".
The branch, main has been updated
via 953e1c3d307d9e9a3e2c95fd7b981c39d3365317 (commit)
from 7403b6fdee35ba00570b440f697b0976c6582252 (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 953e1c3d307d9e9a3e2c95fd7b981c39d3365317
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Dec 5 13:40:24 2025 -0800
Quiet MSVC compiler warning
diff --git a/src/operation/overlayng/CoverageUnion.cpp b/src/operation/overlayng/CoverageUnion.cpp
index 05cd4d0b3..5d67428e8 100644
--- a/src/operation/overlayng/CoverageUnion.cpp
+++ b/src/operation/overlayng/CoverageUnion.cpp
@@ -48,7 +48,7 @@ CoverageUnion::geomunion(const Geometry* coverage)
try {
result = OverlayNG::geomunion(coverage, nullptr, &bcn);
}
- catch (const geos::util::TopologyException& te) {
+ catch (const geos::util::TopologyException&) {
throw geos::util::TopologyException("CoverageUnion cannot process incorrectly noded inputs");
}
}
-----------------------------------------------------------------------
Summary of changes:
src/operation/overlayng/CoverageUnion.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list