[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: compiler warnings in 5.1
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 22 Dec 2005 14:10:15 -0200
> It gives myriad of complains about so-called "deprecated" functions
> which is un-avoidable, because Microsoft wants everyone to use
> the _s variants of those functions.
What are the "_s variants of those functions"?
> Other, more interesting issue, is that time_t is 64bit value in this
> CRT.
This is worth an explicit cast to lua_Number.
-- Roberto