lua-users home
lua-l archive

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


On Thu, Sep 2, 2010 at 6:45 PM, Nick Gammon <nick@gammon.com.au> wrote:
> I downloaded luacom today (version 1.3) and when compiling I got this warning:
> tLuaControl.cpp(756) : warning C4700: local variable 'hr' used without having been initialized

I recommend the latest git version [1].  There is a comment about that
in the latest version [2] but no correction.

[1] http://lua-users.org/wiki/LuaCom
[2] http://github.com/davidm/luacom/blob/master/src/library/tLuaControl.cpp#L743