mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 21:15:52 +08:00
Fix ../src/libslic3r/CutSurface.cpp:2623:9: error: control reaches end of non-void function [-Werror=return-type]
This commit is contained in:
parent
32fcbb6cb0
commit
52a50b5ac9
@ -2620,6 +2620,7 @@ void priv::store(const SurfaceCuts &cut, const std::string &dir) {
|
|||||||
}
|
}
|
||||||
// triangle with indices vi1 and vi2 doesnt exist
|
// triangle with indices vi1 and vi2 doesnt exist
|
||||||
assert(false);
|
assert(false);
|
||||||
|
return Vec3f::Zero();
|
||||||
};
|
};
|
||||||
|
|
||||||
indexed_triangle_set result;
|
indexed_triangle_set result;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user