← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~hjd/widelands/remove-unused-variables into lp:widelands

 

FWIW, here's the warnings:
/home/user/widelands/src/ai/defaultai.cc: In member function ‘bool DefaultAI::check_mines(int32_t)’:
/home/user/widelands/src/ai/defaultai.cc:1794: warning: unused variable ‘en_bo’
/home/user/widelands/src/scripting/lua_game.cc: In member function ‘int LuaGame::L_Player::add_objective(lua_State*)’:
/home/user/widelands/src/scripting/lua_game.cc:573: warning: unused variable ‘p’

The warning concerned bld appeared once I had removed en_bo, since it was the only place where it was used.

-- 
https://code.launchpad.net/~hjd/widelands/remove-unused-variables/+merge/50468
Your team Widelands Developers is requested to review the proposed merge of lp:~hjd/widelands/remove-unused-variables into lp:widelands.



References