mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-15 03:21:48 +08:00
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…
x
Reference in New Issue
Block a user