Get rid of the test.cpp warning
This commit is contained in:
parent
74b420d608
commit
ec28e55ff0
@ -555,7 +555,7 @@ TEST(GeometryAlgorithms, NestTest) {
|
||||
size_t partsum = std::accumulate(result.begin(),
|
||||
result.end(),
|
||||
size_t(0),
|
||||
[](int s,
|
||||
[](size_t s,
|
||||
const decltype(
|
||||
result)::value_type &bin) {
|
||||
return s += bin.size();
|
||||
|
Loading…
Reference in New Issue
Block a user