• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Debian 10 TFS 0.4 r3884 compiling warning/error

forumek

Member
Joined
Jan 14, 2019
Messages
61
Reaction score
22
I'm trying to compile TFS 0.4 r3884 on Debian 10 and I encountered this warning treated as an error
C++:
luascript.h: In member function ‘virtual bool Action::executeUse(Player*, Item*, const PositionEx&, const PositionEx&, bool, uint32_t)’:
luascript.h:279:106: error: ‘<anonymous>.PositionEx::stackpos’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  L, const PositionEx& position) {pushPosition(L, position, position.stackpos);}
                                                            ~~~~~~~~~^~~~~~~~
I don't know how to fix it
 
Last edited:

Similar threads

Back
Top