[geos-commits] [SCM] GEOS branch main updated. cb0bf5a7137194b35a3399ddb55e0499648f952f

git at osgeo.org git at osgeo.org
Sun Oct 27 04:12:42 PDT 2024


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  cb0bf5a7137194b35a3399ddb55e0499648f952f (commit)
      from  addad480bddde9b13e1bbe9e695071b4ba554ede (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 cb0bf5a7137194b35a3399ddb55e0499648f952f
Author: tinko92 <mail at tinkobartels.de>
Date:   Sun Oct 27 19:12:20 2024 +0800

    Add override specifier in MonotoneChainPerfTest to avoid GCC warning. (#1185)

diff --git a/benchmarks/index/chain/MonotoneChainPerfTest.cpp b/benchmarks/index/chain/MonotoneChainPerfTest.cpp
index 2cf4a34c0..d4b728781 100644
--- a/benchmarks/index/chain/MonotoneChainPerfTest.cpp
+++ b/benchmarks/index/chain/MonotoneChainPerfTest.cpp
@@ -53,7 +53,7 @@ static void BM_MonotoneChainOverlaps(benchmark::State& state) {
 
     struct EmptyOverlapAction : public MonotoneChainOverlapAction {
         virtual void
-        overlap(const LineSegment& seg1, const LineSegment& seg2) {
+        overlap(const LineSegment& seg1, const LineSegment& seg2) override {
             (void) seg1;
             (void) seg2;
         }

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

Summary of changes:
 benchmarks/index/chain/MonotoneChainPerfTest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list