[geos-commits] [SCM] GEOS branch master updated. 372f4e8e7e845385939f1d6918d5fe408b387a69

git at osgeo.org git at osgeo.org
Wed Sep 18 23:59:30 PDT 2019


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  372f4e8e7e845385939f1d6918d5fe408b387a69 (commit)
      from  0c17f05ad648f8c62352f7ff6998b4ffb6661861 (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 372f4e8e7e845385939f1d6918d5fe408b387a69
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Sep 19 08:59:10 2019 +0200

    Reorder members to fix initialization order warning issues by GCC

diff --git a/src/operation/union/OverlapUnion.cpp b/src/operation/union/OverlapUnion.cpp
index 405407f..b55bde9 100644
--- a/src/operation/union/OverlapUnion.cpp
+++ b/src/operation/union/OverlapUnion.cpp
@@ -224,8 +224,8 @@ OverlapUnion::extractBorderSegments(const Geometry* geom, const Envelope& penv,
     class BorderSegmentFilter : public CoordinateSequenceFilter {
 
     private:
-        std::vector<LineSegment*>* segs;
         const Envelope env;
+        std::vector<LineSegment*>* segs;
 
     public:
 

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list