Lua: Initialize some variables in address.cpp to make GCC happy

This commit is contained in:
Ilari Liusvaara 2014-07-29 02:34:32 +03:00
parent 70b9d95c44
commit 72b5050a27

View file

@ -111,7 +111,7 @@ int lua_address::l_get_offset(lua::state& L, lua::parameters& P)
int lua_address::l_shift(lua::state& L, lua::parameters& P)
{
int addrs = 1;
int64_t a, b, c;
int64_t a = 0, b = 0, c = 0;
P(P.skipped(), a);
if(P.more()) {