lua-users home
lua-l archive

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


> I noticed those two new warning messages while compiling (64 bits) with
> Visual Studio C++ 2015 _Update 2_  (Installed recently).

What version of Lua are you using?


> *  ltable.c
> *  ..\src\lgc.c(362): warning C4334: '<<': result of 32-bit shift implicitly
> converted to 64 bits (was 64-bit shift intended?)
> [...] 
> *  lgc.c
> *  5>..\src\lgc.c(362): warning C4334: '<<': result of 32-bit shift
> implicitly converted to 64 bits (was 64-bit shift intended?)

The two messages you sent are the same.

-- Roberto