Re: Lua 5.1.2-rc2 now available
[
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: 2007年3月25日 18:10:26 -0400
Another compiler warning except this time for Microsoft Visual Studio 2003:
src\print.c(26) : warning C4267: 'initializing' : conversion from
'size_t' to 'int', possible loss of data
Otherwise it seems clean.
CR
On 3/25/07, Chris <coderight@gmail.com> wrote:
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