widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #10416
Re: [Merge] lp:~widelands-dev/widelands/compiler_warnings_062017 into lp:widelands
Ahh, thanks for starting this branch.
I will start with these two:
compiler_warnings_062017/src/scripting/lua_errors.h:27:7: warning: 'LuaError' has no out-of-line virtual method
definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
class LuaError : public WException {
^
compiler_warnings_062017/src/scripting/lua_errors.h:32:7: warning: 'LuaScriptNotExistingError' has no out-of-line virtual
method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables]
class LuaScriptNotExistingError : public LuaError {
--
https://code.launchpad.net/~widelands-dev/widelands/compiler_warnings_062017/+merge/325717
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/compiler_warnings_062017 into lp:widelands.
References