Hey,
On 2011-12-31 15:33, jgardou(a)svn.reactos.org wrote:
Author: jgardou
Date: Sat Dec 31 14:33:35 2011
New Revision: 54793
URL:
http://svn.reactos.org/svn/reactos?rev=54793&view=rev
Log:
[NEWINFLIB]
- use _snwprintf instead of swprintf (MSVC is not compliant with standard here)
since _snwprintf seems unavailable on Unix, perhaps
-D_CRT_NON_CONFORMING_SWPRINTFS
would be an appropriate solution? That should cause VS2010 (2008 seems to have
the version without a length) to use the non-standard no-length version just
like GCC.
That [1] gets rid of the warnings for me.
Regards (and a happy new year :p),
Tom
[1]
http://pastebin.com/4XU2SCXR