Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.1.0 (incubating)
-
None
Description
Microsoft, in a pernicious vendor lock-in ploy, "deprecated" a number of
functions from the C standard library and implemented "secure" but
non-portable replacements. MSVC now spews warnings all over your
screen if you use e.g. strcpy instead of strcpy_s. We should turn off
these warnings via the compiler flag "-D_CRT_SECURE_NO_WARNINGS".