mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-13 01:01:48 +08:00
Reduced some compiler warnings.
Conflicts: xs/xsp/BoundingBox.xsp xs/xsp/Point.xsp
This commit is contained in:
parent
bd3df21560
commit
a20cc0a3a6
@ -26,7 +26,7 @@
|
||||
long x_max() %code{% RETVAL = THIS->max.x; %};
|
||||
long y_min() %code{% RETVAL = THIS->min.y; %};
|
||||
long y_max() %code{% RETVAL = THIS->max.y; %};
|
||||
|
||||
|
||||
%{
|
||||
|
||||
BoundingBox*
|
||||
|
Loading…
x
Reference in New Issue
Block a user