Advertisement
Guest User

Untitled

a guest
May 5th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.07 KB | None | 0 0
  1. ||=== Build: spheresvr_release in SphereServer (compiler: GNU GCC Compiler) ===|
  2. D:\SphereGIT\Source-XuN\src\game\CResource.cpp||In member function 'virtual bool CResource::r_WriteVal(lpctstr, CSString&, CTextConsole*)':|
  3. D:\SphereGIT\Source-XuN\src\game\CResource.cpp|1411|warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]|
  4. D:\SphereGIT\Source-XuN\src\game\CSector.cpp|77|warning: unused parameter 'pSrc' [-Wunused-parameter]|
  5. D:\SphereGIT\Source-XuN\src\game\CServer.cpp||In member function 'void CServer::ListClients(CTextConsole*) const':|
  6. D:\SphereGIT\Source-XuN\src\game\CServer.cpp|287|warning: converting to non-pointer type 'tchar {aka char}' from NULL [-Wconversion-null]|
  7. D:\SphereGIT\Source-XuN\src\game\CServer.cpp||In member function 'virtual bool CServer::r_Verb(CScript&, CTextConsole*)':|
  8. D:\SphereGIT\Source-XuN\src\game\CServer.cpp|1267|warning: enumeral and non-enumeral type in conditional expression [-Wextra]|
  9. D:\SphereGIT\Source-XuN\src\game\CServer.cpp|1316|warning: enumeral and non-enumeral type in conditional expression [-Wextra]|
  10. D:\SphereGIT\Source-XuN\src\game\CServerTime.cpp|58|warning: 'CServerTime GetCurrentTime()' defined but not used [-Wunused-function]|
  11. D:\SphereGIT\Source-XuN\src\game\spheresvr.cpp||In function 'int Sphere_InitServer(int, char**)':|
  12. D:\SphereGIT\Source-XuN\src\game\spheresvr.cpp|294|warning: unused variable 'm_sClassName' [-Wunused-variable]|
  13. D:\SphereGIT\Source-XuN\src\game\spheresvr.cpp||In function 'int Sphere_OnTick()':|
  14. D:\SphereGIT\Source-XuN\src\game\spheresvr.cpp|441|warning: unused variable 'm_sClassName' [-Wunused-variable]|
  15. D:\SphereGIT\Source-XuN\src\game\spheresvr.cpp||In function 'void Sphere_MainMonitorLoop()':|
  16. D:\SphereGIT\Source-XuN\src\game\spheresvr.cpp|489|warning: unused variable 'm_sClassName' [-Wunused-variable]|
  17. D:\SphereGIT\Source-XuN\src\game\triggers.cpp||In function 'void TriglistPrint()':|
  18. D:\SphereGIT\Source-XuN\src\game\triggers.cpp|96|warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=]|
  19. D:\SphereGIT\Source-XuN\src\game\items\CItem.cpp||In member function 'bool CItem::SetMaxAmount(word)':|
  20. D:\SphereGIT\Source-XuN\src\game\items\CItem.cpp|2022|warning: comparison is always false due to limited range of data type [-Wtype-limits]|
  21. D:\SphereGIT\Source-XuN\src\game\items\CItemBase.cpp||In member function 'bool CItemBase::SetMaxAmount(word)':|
  22. D:\SphereGIT\Source-XuN\src\game\items\CItemBase.cpp|2176|warning: comparison is always false due to limited range of data type [-Wtype-limits]|
  23. D:\SphereGIT\Source-XuN\src\game\items\CItemMultiCustom.cpp||In member function 'void CItemMultiCustom::SwitchToLevel(CClient*, uchar)':|
  24. D:\SphereGIT\Source-XuN\src\game\items\CItemMultiCustom.cpp|230|warning: comparison is always false due to limited range of data type [-Wtype-limits]|
  25. D:\SphereGIT\Source-XuN\src\game\items\CItemVendable.cpp||In member function 'void CItemVendable::Restock(bool)':|
  26. D:\SphereGIT\Source-XuN\src\game\items\CItemVendable.cpp|114|warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]|
  27. D:\SphereGIT\Source-XuN\src\game\chars\CCharact.cpp||In member function 'int CChar::ItemPickup(CItem*, word)':|
  28. D:\SphereGIT\Source-XuN\src\game\chars\CCharact.cpp|1572|warning: comparison is always false due to limited range of data type [-Wtype-limits]|
  29. D:\SphereGIT\Source-XuN\src\game\chars\CChar.cpp||In member function 'virtual bool CChar::r_LoadVal(CScript&)':|
  30. D:\SphereGIT\Source-XuN\src\game\chars\CChar.cpp|3020|warning: comparison is always true due to limited range of data type [-Wtype-limits]|
  31. D:\SphereGIT\Source-XuN\src\game\chars\CCharNotoriety.cpp||In member function 'HUE_TYPE CChar::Noto_GetHue(const CChar*, bool) const':|
  32. D:\SphereGIT\Source-XuN\src\game\chars\CCharNotoriety.cpp|248|warning: enumeral and non-enumeral type in conditional expression [-Wextra]|
  33. D:\SphereGIT\Source-XuN\src\game\chars\CCharNPCAct_Fight.cpp||In member function 'void CChar::NPC_Act_Fight()':|
  34. D:\SphereGIT\Source-XuN\src\game\chars\CCharNPCAct_Fight.cpp|186|warning: variable 'm_oldAct' set but not used [-Wunused-but-set-variable]|
  35. D:\SphereGIT\Source-XuN\src\game\chars\CCharSpell.cpp||In member function 'void CChar::Spell_Effect_Add(CItem*)':|
  36. D:\SphereGIT\Source-XuN\src\game\chars\CCharSpell.cpp|1406|warning: comparison is always false due to limited range of data type [-Wtype-limits]|
  37. D:\SphereGIT\Source-XuN\src\game\chars\CCharSpell.cpp||In member function 'bool CChar::Spell_TargCheck()':|
  38. D:\SphereGIT\Source-XuN\src\game\chars\CCharSpell.cpp|2256|warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'dword {aka unsigned int}' [-Wformat=]|
  39. D:\SphereGIT\Source-XuN\src\common\CLog.h|99|note: in definition of macro 'DEBUG_ERR'|
  40. D:\SphereGIT\Source-XuN\src\game\chars\CCharStat.cpp||In member function 'bool CChar::Stats_Regen(int64)':|
  41. D:\SphereGIT\Source-XuN\src\game\chars\CCharStat.cpp|358|warning: comparison is always false due to limited range of data type [-Wtype-limits]|
  42. D:\SphereGIT\Source-XuN\src\game\chars\CCharStat.cpp||In member function 'ushort CChar::Stats_GetRegenVal(STAT_TYPE, bool)':|
  43. D:\SphereGIT\Source-XuN\src\common\common.h|62|warning: comparison is always false due to limited range of data type [-Wtype-limits]|
  44. D:\SphereGIT\Source-XuN\src\game\chars\CCharStat.cpp|442|note: in expansion of macro 'maximum'|
  45. D:\SphereGIT\Source-XuN\src\game\chars\CCharStat.cpp||In member function 'bool CChar::Stat_Decrease(STAT_TYPE, SKILL_TYPE)':|
  46. D:\SphereGIT\Source-XuN\src\game\chars\CCharStat.cpp|500|warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]|
  47. D:\SphereGIT\Source-XuN\src\game\chars\CCharStatus.cpp||In member function 'const CHAR* CChar::Food_GetLevelMessage(bool, bool) const':|
  48. D:\SphereGIT\Source-XuN\src\game\chars\CCharStatus.cpp|848|warning: comparison between signed and unsigned integer expressions [-Wsign-compare]|
  49. D:\SphereGIT\Source-XuN\src\game\chars\CCharStatus.cpp|866|warning: comparison between signed and unsigned integer expressions [-Wsign-compare]|
  50. D:\SphereGIT\Source-XuN\src\game\chars\CCharStatus.cpp||In member function 'bool CChar::CanSeeLOS_New(const CPointMap&, CPointMap*, int, word) const':|
  51. D:\SphereGIT\Source-XuN\src\game\chars\CCharStatus.cpp|1639|warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'dword {aka unsigned int}' [-Wformat=]|
  52. D:\SphereGIT\Source-XuN\src\game\chars\CCharStatus.cpp|1263|note: in definition of macro 'WARNLOS'|
  53. D:\SphereGIT\Source-XuN\src\game\chars\CCharStatus.cpp|1644|warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'dword {aka unsigned int}' [-Wformat=]|
  54. D:\SphereGIT\Source-XuN\src\game\chars\CCharStatus.cpp|1263|note: in definition of macro 'WARNLOS'|
  55. D:\SphereGIT\Source-XuN\src\game\clients\CClientEvent.cpp||In member function 'void CClient::Event_Item_Pickup(CUID, word)':|
  56. D:\SphereGIT\Source-XuN\src\game\clients\CClientEvent.cpp|234|warning: comparison is always false due to limited range of data type [-Wtype-limits]|
  57. D:\SphereGIT\Source-XuN\src\game\clients\CClientEvent.cpp||In member function 'void CClient::Event_TalkUNICODE(nword*, int, HUE_TYPE, TALKMODE_TYPE, FONT_TYPE, lpctstr)':|
  58. D:\SphereGIT\Source-XuN\src\game\clients\CClientEvent.cpp|1849|warning: comparison is always false due to limited range of data type [-Wtype-limits]|
  59. D:\SphereGIT\Source-XuN\src\game\clients\CClientMsg.cpp||In member function 'void CClient::addLight()':|
  60. D:\SphereGIT\Source-XuN\src\game\clients\CClientMsg.cpp|562|warning: comparison is always false due to limited range of data type [-Wtype-limits]|
  61. D:\SphereGIT\Source-XuN\src\game\clients\CClientMsg.cpp||In member function 'void CClient::addEffect(EFFECT_TYPE, ITEMID_TYPE, const CObjBaseTemplate*, const CObjBaseTemplate*, byte, byte, bool, dword, dword, word, dword, word, dword, byte)':|
  62. D:\SphereGIT\Source-XuN\src\game\clients\CClientMsg.cpp|912|warning: variable 'cmd' set but not used [-Wunused-but-set-variable]|
  63. D:\SphereGIT\Source-XuN\src\common\CDataBase.cpp||In member function 'bool CDataBase::Connect(const char*, const char*, const char*, const char*)':|
  64. D:\SphereGIT\Source-XuN\src\common\CDataBase.cpp|33|warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=]|
  65. D:\SphereGIT\Source-XuN\src\common\CEncrypt.cpp||In member function 'bool CCrypt::IsValid() const':|
  66. D:\SphereGIT\Source-XuN\src\common\CEncrypt.cpp|62|warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]|
  67. D:\SphereGIT\Source-XuN\src\common\CException.cpp|31|warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]|
  68. D:\SphereGIT\Source-XuN\src\common\CException.cpp||In member function 'virtual bool CAssert::GetErrorMessage(lptstr, uint, uint*) const':|
  69. D:\SphereGIT\Source-XuN\src\common\CException.cpp|105|warning: format '%d' expects argument of type 'int', but argument 6 has type 'long int' [-Wformat=]|
  70. D:\SphereGIT\Source-XuN\src\common\CException.h||In constructor 'CException::CException(uint, size_t)':|
  71. D:\SphereGIT\Source-XuN\src\common\CException.h|79|warning: 'CException::m_pAddress' will be initialized after [-Wreorder]|
  72. D:\SphereGIT\Source-XuN\src\common\CException.cpp|128|warning: base 'CSError' [-Wreorder]|
  73. D:\SphereGIT\Source-XuN\src\common\CException.cpp|127|warning: when initialized here [-Wreorder]|
  74. D:\SphereGIT\Source-XuN\src\common\CException.cpp||In member function 'virtual bool CException::GetErrorMessage(lptstr, uint, uint*) const':|
  75. D:\SphereGIT\Source-XuN\src\common\CException.cpp|150|warning: 'I' flag used with '%x' gnu_printf format [-Wformat=]|
  76. D:\SphereGIT\Source-XuN\src\common\CException.cpp|154|warning: 'I' flag used with '%x' gnu_printf format [-Wformat=]|
  77. D:\SphereGIT\Source-XuN\src\common\CExpression.cpp||In member function 'llong CExpression::GetSingle(const CHAR*&)':|
  78. D:\SphereGIT\Source-XuN\src\common\CExpression.cpp|568|warning: format '%d' expects argument of type 'int', but argument 4 has type 'llong {aka long long int}' [-Wformat=]|
  79. D:\SphereGIT\Source-XuN\src\common\CLog.h|99|note: in definition of macro 'DEBUG_ERR'|
  80. D:\SphereGIT\Source-XuN\src\common\CExpression.cpp|612|warning: format '%d' expects argument of type 'int', but argument 3 has type 'llong {aka long long int}' [-Wformat=]|
  81. D:\SphereGIT\Source-XuN\src\common\CLog.h|99|note: in definition of macro 'DEBUG_ERR'|
  82. D:\SphereGIT\Source-XuN\src\common\CServerMap.cpp||In member function 'size_t CSphereMulti::Load(MULTI_TYPE)':|
  83. D:\SphereGIT\Source-XuN\src\common\CServerMap.cpp|703|warning: comparison is always false due to limited range of data type [-Wtype-limits]|
  84. D:\SphereGIT\Source-XuN\src\common\common.cpp||In function 'int CvtUNICODEToSystem(tchar*, int, wchar)':|
  85. D:\SphereGIT\Source-XuN\src\common\common.cpp|154|warning: comparison is always true due to limited range of data type [-Wtype-limits]|
  86. D:\SphereGIT\Source-XuN\src\common\common.cpp|159|warning: comparison is always true due to limited range of data type [-Wtype-limits]|
  87. D:\SphereGIT\Source-XuN\src\common\common.cpp||In function 'int CvtNUNICODEToSystem(tchar*, int, const nword*, int)':|
  88. D:\SphereGIT\Source-XuN\src\common\common.cpp|314|warning: comparison between signed and unsigned integer expressions [-Wsign-compare]|
  89. D:\SphereGIT\Source-XuN\src\common\CScript.cpp||In member function 'bool CScriptLineContext::IsValid() const':|
  90. D:\SphereGIT\Source-XuN\src\common\CScript.cpp|20|warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]|
  91. D:\SphereGIT\Source-XuN\src\network\receive.cpp||In member function 'virtual bool PacketCrashReport::onReceive(NetState*)':|
  92. D:\SphereGIT\Source-XuN\src\network\receive.cpp|4357|warning: format '%lX' expects argument of type 'long unsigned int', but argument 9 has type 'dword {aka unsigned int}' [-Wformat=]|
  93. D:\SphereGIT\Source-XuN\src\network\receive.cpp|4357|warning: format '%lX' expects argument of type 'long unsigned int', but argument 11 has type 'dword {aka unsigned int}' [-Wformat=]|
  94. D:\SphereGIT\Source-XuN\src\network\send.cpp||In constructor 'PacketCharacterStatus::PacketCharacterStatus(const CClient*, CChar*)':|
  95. D:\SphereGIT\Source-XuN\src\network\send.cpp|229|warning: comparison is always false due to limited range of data type [-Wtype-limits]|
  96. D:\SphereGIT\Source-XuN\src\network\send.cpp||In member function 'void PacketServerList::writeServerEntry(CServerDef* const&, int, bool)':|
  97. D:\SphereGIT\Source-XuN\src\common\common.h|62|warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]|
  98. D:\SphereGIT\Source-XuN\src\network\send.cpp|3049|note: in expansion of macro 'maximum'|
  99. D:\SphereGIT\Source-XuN\src\network\send.cpp||In member function 'bool PacketHouseDesign::writePlaneData(int, int, byte*, int)':|
  100. D:\SphereGIT\Source-XuN\src\network\send.cpp|4482|warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'z_uLong {aka long unsigned int}' [-Wformat=]|
  101. D:\SphereGIT\Source-XuN\src\network\send.cpp||In member function 'void PacketHouseDesign::flushStairData()':|
  102. D:\SphereGIT\Source-XuN\src\network\send.cpp|4543|warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'z_uLong {aka long unsigned int}' [-Wformat=]|
  103. D:\SphereGIT\Source-XuN\src\sphere\ntservice.cpp||In function 'CHAR* GetLastErrorText(LPTSTR, DWORD)':|
  104. D:\SphereGIT\Source-XuN\src\sphere\ntservice.cpp|43|warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'DWORD {aka long unsigned int}' [-Wformat=]|
  105. D:\SphereGIT\Source-XuN\src\sphere\ntwindow.cpp||In function 'bool NTWindow_OnTick(int)':|
  106. D:\SphereGIT\Source-XuN\src\sphere\ntwindow.cpp|1063|warning: unused variable 'm_sClassName' [-Wunused-variable]|
  107. D:\SphereGIT\Source-XuN\src\common\libev\ev_win32.c||In function 'ev_pipe':|
  108. D:\SphereGIT\Source-XuN\src\common\libev\ev_win32.c|93|warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]|
  109. D:\SphereGIT\Source-XuN\src\common\libev\ev.c|1830|warning: 'ev_default_loop_ptr' initialized and declared 'extern'|
  110. D:\SphereGIT\Source-XuN\src\common\libev\ev.c||In function 'evpipe_write':|
  111. D:\SphereGIT\Source-XuN\src\common\libev\ev.c|2467|warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]|
  112. D:\SphereGIT\Source-XuN\src\common\libev\ev.c|2196|warning: 'fd_rearm_all' defined but not used [-Wunused-function]|
  113. D:\SphereGIT\Source-XuN\src\common\sphere_library\CSFile.cpp||In member function 'void CFile::NotifyIOError(lpctstr) const':|
  114. D:\SphereGIT\Source-XuN\src\common\sphere_library\CSFile.cpp|73|warning: format '%d' expects argument of type 'int', but argument 5 has type 'DWORD {aka long unsigned int}' [-Wformat=]|
  115. D:\SphereGIT\Source-XuN\src\common\CLog.h|99|note: in definition of macro 'DEBUG_ERR'|
  116. D:\SphereGIT\Source-XuN\src\common\sphere_library\CSString.cpp||In function 'const CHAR* Str_GetArticleAndSpace(lpctstr)':|
  117. D:\SphereGIT\Source-XuN\src\common\sphere_library\CSString.cpp|366|warning: comparison between signed and unsigned integer expressions [-Wsign-compare]|
  118. D:\SphereGIT\Source-XuN\src\common\sphere_library\CSString.cpp||In function 'int Str_ParseCmds(tchar*, int64*, int, lpctstr)':|
  119. D:\SphereGIT\Source-XuN\src\common\sphere_library\CSString.cpp|912|warning: comparison between signed and unsigned integer expressions [-Wsign-compare]|
  120. D:\SphereGIT\Source-XuN\src\common\regex\deelx.h||In member function 'int CConditionElxT<CHART>::MatchNext(CContext*) const [with CHART = char]':|
  121. D:\SphereGIT\Source-XuN\src\common\regex\deelx.h|292|warning: 'condition_yes' may be used uninitialized in this function [-Wmaybe-uninitialized]|
  122. D:\SphereGIT\Source-XuN\src\common\regex\deelx.h|1304|note: 'condition_yes' was declared here|
  123. D:\SphereGIT\Source-XuN\src\common\regex\deelx.h|292|warning: 'ncsize' may be used uninitialized in this function [-Wmaybe-uninitialized]|
  124. D:\SphereGIT\Source-XuN\src\common\regex\deelx.h|1304|note: 'ncsize' was declared here|
  125. D:\SphereGIT\Source-XuN\src\common\sphere_library\CSTime.cpp||In function 'void FormatDateTime(tchar*, lpctstr, const tm*)':|
  126. D:\SphereGIT\Source-XuN\src\common\sphere_library\CSTime.cpp|96|warning: unused variable 'oldHandler' [-Wunused-variable]|
  127. D:\SphereGIT\Source-XuN\src\common\sphere_library\CSTime.cpp|96|warning: variable 'newHandler' set but not used [-Wunused-but-set-variable]|
  128. D:\SphereGIT\Source-XuN\src\common\sqlite\sqlite3.c||In function 'sqlite3ThreadJoin':|
  129. D:\SphereGIT\Source-XuN\src\common\sqlite\sqlite3.c|24767|warning: variable 'bRc' set but not used [-Wunused-but-set-variable]|
  130. D:\SphereGIT\Source-XuN\src\common\sqlite\sqlite3.c||In function 'winUnfetch':|
  131. D:\SphereGIT\Source-XuN\src\common\sqlite\sqlite3.c|39527|warning: unused parameter 'iOff' [-Wunused-parameter]|
  132. D:\SphereGIT\Source-XuN\src\common\sqlite\sqlite3.c||In function 'whereLoopAddOr':|
  133. D:\SphereGIT\Source-XuN\src\common\sqlite\sqlite3.c|123688|warning: array subscript is above array bounds [-Warray-bounds]|
  134. D:\SphereGIT\Source-XuN\src\common\sqlite\sqlite3.c||In function 'balance':|
  135. D:\SphereGIT\Source-XuN\src\common\sqlite\sqlite3.c|62483|warning: array subscript is above array bounds [-Warray-bounds]|
  136. ||=== Build finished: 0 error(s), 70 warning(s) (4 minute(s), 8 second(s)) ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement