Turn off stupid MSVC warnings
-----------------------------
Key: LUCY-171
URL: https://issues.apache.org/jira/browse/LUCY-171
Project: Lucy
Issue Type: Improvement
Components: Charmonizer, Clownfish, Core, Perl bindings
Affects Versions: 0.1.0 (incubating)
Reporter: Marvin Humphrey
Priority: Minor
Fix For: 0.1.1 (incubating), 0.2.0 (incubating)
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".
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira