• 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!

[8.54-8.55] Error when complications

Shaun

Banned User
Joined
Mar 26, 2011
Messages
59
Reaction score
0
Hi, I have a problem with the engine compile on Debian Lenny 8.54-8.55. The following error pops up when talkaction:

Code:
make  all-am
make[1]: Entering directory `/home/ots'
g++ -DHAVE_CONFIG_H -I.    -I/usr/include/libxml2  -I/usr/include/lua5.1   -O2 -fomit-frame-pointer -D__USE_MYSQL__    -D__WAR_SYSTEM__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Werror -Wno-strict-aliasing -pipe -MT talkaction.o -MD -MP -MF .deps/talkaction.Tpo -c -o talkaction.o talkaction.cpp
cc1plus: warnings being treated as errors
talkaction.cpp: In static member function 'static bool TalkAction::guildCreate(Creature*, const std::string&, const std::string&)':
talkaction.cpp:784: error: suggest braces around empty body in an 'if' statement
make[1]: *** [talkaction.o] Error 1
make[1]: Leaving directory `/home/ots'
make: *** [all] Error 2

What can I do? Thank you in advance for your help.
 
Back
Top