mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Get rid of the test.cpp warning
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user