[geos-commits] [SCM] GEOS branch master updated. 70a9773c5d61b419e7f6a7cfb87b28c71fc8c13e

git at osgeo.org git at osgeo.org
Fri Nov 16 17:16:51 PST 2018


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, master has been updated
       via  70a9773c5d61b419e7f6a7cfb87b28c71fc8c13e (commit)
      from  9c4f95f9f38788cab222c1037972ea4cb660a923 (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 70a9773c5d61b419e7f6a7cfb87b28c71fc8c13e
Author: Daniel Baston <dbaston at gmail.com>
Date:   Fri Nov 16 20:16:39 2018 -0500

    Resolve MSVC warning

diff --git a/src/noding/GeometryNoder.cpp b/src/noding/GeometryNoder.cpp
index 9e8418a..20c51a1 100644
--- a/src/noding/GeometryNoder.cpp
+++ b/src/noding/GeometryNoder.cpp
@@ -129,7 +129,7 @@ GeometryNoder::getNoded()
     p_noder.computeNodes( &p_lineList );
     nodedEdges = p_noder.getNodedSubstrings();
   }
-  catch (const std::exception& ex)
+  catch (const std::exception&)
   {
     for (size_t i=0, n=p_lineList.size(); i<n; ++i)
       delete p_lineList[i];

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

Summary of changes:
 src/noding/GeometryNoder.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list