lua-users home
lua-l archive

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


> I'm compiling it on a PS2, which has no support for doubles, so I use
> USE_FLOAT to force numbers as single precision floats.  This gives many
> compiler warnings about conversion from int to float, which I have to add
> explicit casts to lua_number to get rid of.

Can you send us these warnings? Thanks,

-- Roberto