lua-users home
lua-l archive

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


> > modifying (apart from a few value number casts to avoid warnings!).

> I'd like to know what these warnings are. We take care to avoid all
warnings.

In the lua code where value.number is set from an int and not cast and in
the maths library where value.number floats are set as doubles.

Be nice if you had a typedef int/float/double valueNumberType so you could
set the lua value number type and cast everything properly.

Nick