[geos-commits] [SCM] GEOS branch 3.13 updated. ffef9acae945165dd5604809fba130fa7928ff69

git at osgeo.org git at osgeo.org
Mon Oct 28 12:47:13 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, 3.13 has been updated
       via  ffef9acae945165dd5604809fba130fa7928ff69 (commit)
      from  e307e40e53048dc690e1b7aca55fbd6bfaa336b2 (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 ffef9acae945165dd5604809fba130fa7928ff69
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Oct 28 12:46:51 2024 -0700

    quiet warnings in build on macos

diff --git a/benchmarks/algorithm/LineIntersectorPerfTest.cpp b/benchmarks/algorithm/LineIntersectorPerfTest.cpp
index eaa1d7762..151fe5a52 100644
--- a/benchmarks/algorithm/LineIntersectorPerfTest.cpp
+++ b/benchmarks/algorithm/LineIntersectorPerfTest.cpp
@@ -32,8 +32,8 @@ using geos::algorithm::LineIntersector;
 
 template<typename CoordType>
 static void BM_PointIntersection(benchmark::State& state) {
-    std::size_t n = 1000;
-    std::size_t seed = 12345;
+    unsigned int n = 1000;
+    unsigned int seed = 12345;
 
     std::default_random_engine e(seed);
 

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

Summary of changes:
 benchmarks/algorithm/LineIntersectorPerfTest.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list