mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 18:30:50 +08:00
Fix compile warning
This commit is contained in:
parent
ff265745c6
commit
ebed03ea92
@ -619,7 +619,7 @@ static constexpr const bool polygons_strictly_simple = false;
|
||||
|
||||
inline double tiny_area_threshold() { return sqr(scaled<double>(0.001)); }
|
||||
|
||||
void tree_supports_show_error(std::string_view message, bool critical)
|
||||
inline void tree_supports_show_error(std::string_view message, bool critical)
|
||||
{ // todo Remove! ONLY FOR PUBLIC BETA!!
|
||||
printf("Error: %s, critical: %d\n", message.data(), int(critical));
|
||||
#ifdef TREE_SUPPORT_SHOW_ERRORS_WIN32
|
||||
|
Loading…
x
Reference in New Issue
Block a user