lua-users home
lua-l archive

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


> Can you send us the warnings?

Here they are.  These are actually from a PC compilation, not the final "emulated-double" target, which I don't have set-up yet.

C:\Projects\Tech\Script\Source\Lua40\src\ltable.c(149) : warning C4244: 'function' : conversion from 'int ' to 'float ', possible loss of data
C:\Projects\Tech\Script\Source\Lua40\src\ltable.c(155) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
C:\Projects\Tech\Script\Source\Lua40\src\ltable.c(285) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data

C:\Projects\Tech\Script\Source\Lua40\src\lvm.c(328) : warning C4244: 'function' : conversion from 'int ' to 'float ', possible loss of data