Skip to content

Commit

Permalink
quiet warnings in build on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Oct 28, 2024
1 parent e307e40 commit ffef9ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/algorithm/LineIntersectorPerfTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit ffef9ac

Please sign in to comment.