On 11/25/2012 09:42 PM, Gary Gregory wrote:
Is this something to worry about:
Nope.
.\..\..\apps\prunsrv\prunsrv.c(317) : warning C4996: '_wfopen': This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecatio n, use _CRT_SECURE_NO_WARNINGS. See online help for details.
If it bothers you you can C:\> set "EXTRA_CFLAGS=-D_CRT_SECURE_NO_WARNINGS" C:\> nmake It will just shut up the compiler. Regards -- ^TM --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org