EOSERV Forum > EOSERV > Error when starting build in code blocks
Page: << 1 >>
Error when starting build in code blocks
Author Message
Post #204500 Error when starting build in code blocks

||=== Build: DEBUG+MYSQL+SQLITE in eoserv (compiler: GNU GCC Compiler) ===|

c:\endless-online\src\commands\server.cpp||In function 'void Commands::ReloadMap(const std::__debug::vector<std::__cxx11::basic_string<char> >&, Character*)':|

c:\endless-online\src\commands\server.cpp|42|warning: comparison between signed and unsigned integer expressions [-Wsign-compare]|

c:\endless-online\src\commands\server.cpp|50|warning: comparison between signed and unsigned integer expressions [-Wsign-compare]|

c:\endless-online\src\handlers\item.cpp||In function 'void Handlers::Item_Get(Character*, PacketReader&)':|

c:\endless-online\src\handlers\item.cpp|468|warning: comparison between signed and unsigned integer expressions [-Wsign-compare]|

c:\endless-online\src\map.cpp||In member function 'void Map::SpellGroup(Character*, short unsigned int)':|

c:\endless-online\src\map.cpp|2128|warning: unused variable 'displayhp' [-Wunused-variable]|

c:\endless-online\src\map.cpp||In member function 'Character* Map::GetCharacterPID(unsigned int)':|

c:\endless-online\src\map.cpp|2638|warning: comparison between signed and unsigned integer expressions [-Wsign-compare]|

c:\endless-online\src\quest.cpp||In member function 'virtual void Quest_Context::BeginState(const string&, const EOPlus::State&)':|

c:\endless-online\src\quest.cpp|389|warning: unused parameter 'name' [-Wunused-parameter]|

c:\endless-online\src\world.cpp||In member function 'Character* World::GetCharacterPID(unsigned int)':|

c:\endless-online\src\world.cpp|1113|warning: comparison between signed and unsigned integer expressions [-Wsign-compare]|

c:\endless-online\src\world.cpp||In member function 'const NPC_Data* World::GetNpcData(short int) const':|

c:\endless-online\src\world.cpp|1156|warning: comparison between signed and unsigned integer expressions [-Wsign-compare]|

c:\endless-online\src\extra\ntservice.cpp||In function 'void service_update_status(int, int, int, int, int)':|

c:\endless-online\src\extra\ntservice.cpp|48|error: 'ERROR_SERVICE_SPECIFIC_ERROR' was not declared in this scope|

c:\endless-online\src\extra\ntservice.cpp||In function 'void service_handler(int)':|

c:\endless-online\src\extra\ntservice.cpp|70|error: 'NO_ERROR' was not declared in this scope|

c:\endless-online\src\extra\ntservice.cpp|75|error: 'NO_ERROR' was not declared in this scope|

c:\endless-online\src\extra\ntservice.cpp||In function 'void service_main(int, char**)':|

c:\endless-online\src\extra\ntservice.cpp|90|error: 'NO_ERROR' was not declared in this scope|

||=== Build finished: 4 error(s), 8 warning(s) (0 minute(s), 11 second(s)) ===|



Have I missed something?

5 years, 22 weeks ago
Page: << 1 >>

EOSERV Forum > EOSERV > Error when starting build in code blocks