[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1.2-rc2 now available
- From: Chris <coderight@...>
- Date: Sun, 25 Mar 2007 17:34:11 -0400
I get a gcc (4.1.2-0ubuntu4) warning when compiling this:
lvm.c: In function 'luaV_concat':
lvm.c:288: warning: value computed is not used
Maybe that should be (void)tostring(L,... ?
Warnings are not too big a deal but considering the rest of the code
base compiles cleanly I thought I would mention it.
CR
On 3/25/07, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
Lua 5.1.2-rc2 is now available at
http://www.lua.org/work/lua-5.1.2-rc2.tar.gz
MD5 0e442762fc47f08e9f6049483cb0d3bc -
SHA1 5330aa7a8c23ab674ce2511341f8aa102741933b -
This rc fixes the glitches reported earlier.
Please take a look before we freeze it. All feedback welcome. Thanks.
--lhf