[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luacom - use of un-initialized variable in tLuaControl.cpp line 756
- From: David Manura <dm.lua@...>
- Date: Thu, 2 Sep 2010 20:03:02 -0400
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