Closed oniliste closed 2 years ago
You can disable warnings as errors by setting TINYSPLINE_WARNINGS_AS_ERRORS
to OFF
:
cmake -DTINYSPLINE_WARNINGS_AS_ERRORS=OFF ..
It looks like MSVC 2015 reports a warning when trying to implicitly convert an int
to a bool
. I can fix this. However, adding a test to our pipeline might be difficult.
Thank you! It works.
please refer the error message below:
D:\Code\tinyspline\src\tinysplinecxx.cxx(999): error C2220: warning treated as error - no 'object' file generated [D:\Code\tinyspline.build\src\tinysplinecxx.vcxproj]