[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.2 (rc3) now available
- From: Jerome Vuarand <jerome.vuarand@...>
- Date: Fri, 15 Mar 2013 04:21:41 +0000
2013/3/7 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
> Lua 5.2.2 (rc3) is now available at
> http://www.lua.org/work/lua-5.2.2-rc3.tar.gz
>
> MD5 6149b90118a8fcdcd4aafe701626005f -
> SHA1 5da8285b3e89ce1ec9dbdb8028dc598a7b1b3f43 -
>
> [...]
>
> All feedback welcome. Thanks.
When compiling with the command line compiler of Visual Studio 10
Express, I get the following warning:
...\lua-5.2.2\src\lgc.c(453) : warning C4334: '<<' : result of 32-bit
shift implicitly converted to 64 bits (was 64-bit shift intended?)
And when linking (despite the Cxxxx code, I use /LTCG) I get this warning:
...\lua-5.2.2\src\loadlib.c(187) : warning C4700: uninitialized local
variable 'buffer' used