Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-08-18 22:09:53 +0300
committerbubnikv <bubnikv@gmail.com>2017-08-18 22:09:53 +0300
commitba1c0b0137f84e95a937a5920a7d0184e01ff0b6 (patch)
tree6ef0fee2b075704d20d3b9fbb95d0677f0b52c32 /xs/src/libslic3r/Fill
parente2a685b8bb96cee4ced5a33e2fe7cd054d0ba2ee (diff)
CMake build process - fixes of the previous check-ins to build
cleanly on Windows & Linux. There is still a work on OSX: The XS module has to be linked without perl.lib and with the following parameters to produce a bundle: -bundle -undefined dynamic_lookup
Diffstat (limited to 'xs/src/libslic3r/Fill')
-rw-r--r--xs/src/libslic3r/Fill/FillRectilinear3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/Fill/FillRectilinear3.cpp b/xs/src/libslic3r/Fill/FillRectilinear3.cpp
index 9101bd817..f4b198ade 100644
--- a/xs/src/libslic3r/Fill/FillRectilinear3.cpp
+++ b/xs/src/libslic3r/Fill/FillRectilinear3.cpp
@@ -610,7 +610,7 @@ static bool prepare_infill_hatching_segments(
#undef ASSERT_OR_RETURN
#ifdef _MSC_VER
#pragma warning(push)
-#endif _MSC_VER
+#endif /* _MSC_VER */
#ifdef SLIC3R_DEBUG
// Paint the segments and finalize the SVG file.