[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Changing LUA_NUMBER produces compilation warnings
- From: "Bilyk, Alex" <ABilyk@...>
- Date: Thu, 11 Nov 2004 18:06:23 -0800
It seems setting LUA_NUMBER to anything besids `double` produces a load of "possible loss of data while converting <blah> to <blah2>" type of warnings in Lua libraries' code. Is this intentional? Also, FYI, when compiled with "Detect 64-bit Portability Issues" option set to "Yes" there will be a bunch of warnings generated all over the place.
This is on Win2K, MS VC7.1.
Alex