lua-users home
lua-l archive

Re: a warning when compiling with VC2005

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


>>>>> "TT" == Todor Totev <umbra.tenebris@list.ru> writes:
 TT> when compiling the RC with VisualStudio 2005 I've got
 TT> ..\..\src\llex.c(169) : warning C4267: 'initializing' : conversion
 TT> from 'size_t' to 'int', possible loss of data
 TT> I don't know whether this is of some importance but the beta
 TT> builded without a single warning and I decided it is
 TT> worth mentioning it.
It's important do not assign size_t to int, imagine about 64bit
platforms. Lua 5.0 works well on x86_64 Linux.
-- 
Yours sincerely, Eugeny.
Doctor Web, Ltd. http://www.drweb.com

AltStyle によって変換されたページ (->オリジナル) /