lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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