PrusaSlicer-NonPlainar/xs
Jason Tibbitts 58d78e8dbd Fix two errors with -Werror=format-security
Fedora (and, I supposed, most recent Linux distros) build everything
with -Werror=format-security.  If you attempt to build with
-DSLIC3R_PERL_XS (which we need in order to run the test suite), the
build fails because of two strings in the Perl XS code:

/usr/bin/perl -MExtUtils::XSpp::Cmd -e xspp -- -t "/builddir/build/BUILD/PrusaSlicer-version_2.0.0-rc2/xs/xsp/typemap.xspt" "/builddir/build/BUILD/PrusaSlicer-version_2.0.0-rc2/xs/xsp/Print.xsp":585:31: error: format not a string literal and no format arguments [-Werror=format-security]

Ths fixes up two instances of that.
2019-05-20 18:16:13 +02:00
..
lib/Slic3r Merged with dev 2018-09-12 11:59:02 +02:00
src Fix of perl bindings 2019-03-13 17:38:48 +01:00
t Yet one more fix of a unit test. 2019-01-24 20:53:15 +01:00
xsp Fix two errors with -Werror=format-security 2019-05-20 18:16:13 +02:00
CMakeLists.txt Upgrade Boost to 1.66 on Windows 2019-01-16 15:14:18 +01:00
main.xs.in Upgrade Boost to 1.66 on Windows 2019-01-16 15:14:18 +01:00