Lua: Initialize some variables in address.cpp to make GCC happy
This commit is contained in:
parent
70b9d95c44
commit
72b5050a27
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue