Fix warnings on MSVC
Most of the warnings are about using "unsafe" functions. In addition to replacing string functions like strcpy with counting strncpy versions, which makes sense, older MSVC versions for some reason don't support POSIX versions of these functions. Instead, they have their weird offshoots, which is a pain.
Showing
CMakeLists.txt
100755 → 100644
File mode changed from 100755 to 100644
Please register or sign in to comment