lua-users home
lua-l archive

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


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