mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Fixing compiler warnings
This commit is contained in:
@@ -57,6 +57,7 @@ err:
|
||||
#endif /* CLIPPER_UTILS_DEBUG */
|
||||
|
||||
namespace ClipperUtils {
|
||||
Points EmptyPathsProvider::s_empty_points;
|
||||
Points SinglePathProvider::s_end;
|
||||
}
|
||||
|
||||
@@ -143,16 +144,6 @@ static ClipperLib::Paths safety_offset(PathsProvider &&paths)
|
||||
return out;
|
||||
}
|
||||
|
||||
static ClipperLib::Paths safety_offset(const ClipperLib::Paths &paths)
|
||||
{
|
||||
return safety_offset<const ClipperLib::Paths&>(paths);
|
||||
}
|
||||
|
||||
static void safety_offset(ClipperLib::Paths *paths)
|
||||
{
|
||||
*paths = safety_offset(*paths);
|
||||
}
|
||||
|
||||
template<typename PathsProvider>
|
||||
ClipperLib::Paths _offset(PathsProvider &&input, ClipperLib::EndType endType, const float delta, ClipperLib::JoinType joinType, double miterLimit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user