http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4855
Summary: Disable deprecated 'unsafe' function warnings on MSVC++
>= VC8+
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P5
Component: spamc/spamd
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
MS has created a bunch of new 'safe' CRT routines (with new names). The
old 'unsafe' functions have been marked with a DEPRECATED keyword so they will
generate a level 1 warnings unless _CRT_SECURE_NO_DEPRECATE is defined, or all
deprecation warnings are turned off with "#pragma warning(disable : 4996)".
Since the new MS functions are not cross platform (and probably never will be)
these function warnings should be disabled.
Greeting.
NicoP.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.