mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 16:51:21 -06:00
Clang: silence -Wdeprecated-declarations for now
RPi: hopefully silence a warning
This commit is contained in:
parent
1834ebe981
commit
a7728634f0
2 changed files with 8 additions and 1 deletions
|
@ -165,7 +165,7 @@ XYRotation from_transform3d(const Transform3d &tr)
|
|||
template<size_t N, class Fn, class It, class StopCond>
|
||||
std::array<double, N> find_min_score(Fn &&fn, It from, It to, StopCond &&stopfn)
|
||||
{
|
||||
std::array<double, N> ret;
|
||||
std::array<double, N> ret = {};
|
||||
|
||||
double score = std::numeric_limits<double>::max();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue