Guest User

putty

a guest
Aug 20th, 2015
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 37.87 KB | None | 0 0
  1. gmake[2]: Entering directory `/root/workspace/Vectors/libgame/src'
  2. g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -I../include -c grid.cc
  3. g++  -Wall -O2 -pipe -mtune=i686 -D_THREAD_SAFE -fno-exceptions  -c RSACrypto.cpp
  4. g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -I../include -c attribute.cc
  5. gmake[2]: Entering directory `/root/workspace/Vectors/libpoly'
  6. g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -fno-rtti -c Base.cc
  7. g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -I../include -c targa.cc
  8. g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -fno-rtti -c Poly.cc
  9. g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -fno-rtti -c SymTable.cc
  10. gmake[1]: Entering directory `/root/workspace/Vectors/db/src'
  11. gmake[1]: Warning: File `../../common/length.h' has modification time 778575 s in the future
  12. g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -fno-rtti -c Symbol.cc
  13. compile Config.cpp
  14. RSACrypto.cpp: In static member function 'static bool Security::RSACrypto::StorePrivateKey(const Securi                                                                 ty::RSACrypto::PrivateKey*, char*, size_t&)':
  15. RSACrypto.cpp:398: warning: dereferencing type-punned pointer will break strict-aliasing rules
  16. RSACrypto.cpp: In static member function 'static bool Security::RSACrypto::RestorePrivateKey(const char                                                                 *, size_t, Security::RSACrypto::PrivateKey*)':
  17. RSACrypto.cpp:427: warning: dereferencing type-punned pointer will break strict-aliasing rules
  18. RSACrypto.cpp: In static member function 'static bool Security::RSACrypto::StorePublicKey(const Securit                                                                 y::RSACrypto::PublicKey*, char*, size_t&)':
  19. RSACrypto.cpp:440: warning: dereferencing type-punned pointer will break strict-aliasing rules
  20. RSACrypto.cpp: In static member function 'static bool Security::RSACrypto::RestorePublicKey(const char*                                                                 , size_t, Security::RSACrypto::PublicKey*)':
  21. RSACrypto.cpp:469: warning: dereferencing type-punned pointer will break strict-aliasing rules
  22. ar cru ./libsql.a AsyncSQL.o Semaphore.o Tellwait.o Statement.o
  23. if [ ! -d ../lib ]; then mkdir ../lib; fi
  24. ar cru ./libserverkey.a base64_ssl.o RSACrypto.o
  25. if [ ! -d ../lib ]; then mkdir ; fi
  26. ranlib ./libsql.a
  27. ar cru ../lib/libgame.a grid.o attribute.o targa.o
  28. ranlib ./libserverkey.a
  29. ar rcu ../lib/liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopc                                                                 odes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm.o lzio.o
  30. chmod 700 ./libsql.a
  31. ranlib ../lib/libgame.a
  32. compile NetBase.cpp
  33. chmod 700 ./libserverkey.a
  34. ranlib ../lib/liblua.a
  35. gmake[2]: Leaving directory `/root/workspace/Vectors/libsql'
  36. gmake[1]: Leaving directory `/root/workspace/Vectors/libsql'
  37. chmod 700 ../lib/libgame.a
  38. gmake[1]: Leaving directory `/root/workspace/Vectors/libthecore/src'
  39. gmake -C libthecore/src clean
  40. gmake[2]: Leaving directory `/root/workspace/Vectors/libserverkey'
  41. gmake[1]: Leaving directory `/root/workspace/Vectors/libserverkey'
  42. gmake[2]: Leaving directory `/root/workspace/Vectors/liblua/src'
  43. cd src/lib; gmake all
  44. gmake[2]: Leaving directory `/root/workspace/Vectors/libgame/src'
  45. gmake[1]: Leaving directory `/root/workspace/Vectors/libgame/src'
  46. gmake[2]: Entering directory `/root/workspace/Vectors/liblua/src/lib'
  47. gcc -O2 -g -Wall -I../../include         -c -o lauxlib.o lauxlib.c
  48. compile Peer.cpp
  49. gcc -O2 -g -Wall -I../../include         -c -o lbaselib.o lbaselib.c
  50. gmake[1]: Entering directory `/root/workspace/Vectors/libthecore/src'
  51. rm -f *.o
  52. gcc -O2 -g -Wall -I../../include         -c -o ldblib.o ldblib.c
  53. gcc -O2 -g -Wall -I../../include         -c -o liolib.o liolib.c
  54. gcc -O2 -g -Wall -I../../include         -c -o lmathlib.o lmathlib.c
  55. liolib.c: In function 'g_iofile':
  56. liolib.c:251: warning: value computed is not used
  57. liolib.c: In function 'f_lines':
  58. liolib.c:286: warning: value computed is not used
  59. gcc -O2 -g -Wall -I../../include         -c -o ltablib.o ltablib.c
  60. gcc -O2 -g -Wall -I../../include         -c -o lstrlib.o lstrlib.c
  61. gcc -O2 -g -Wall -I../../include         -c -o loadlib.o loadlib.c
  62. rm -f ../lib/libthecore.a
  63. ar cru ./libpoly.a Base.o Poly.o SymTable.o Symbol.o
  64. compile PeerBase.cpp
  65. gmake[1]: Leaving directory `/root/workspace/Vectors/libthecore/src'
  66. gmake -C libthecore/src
  67. ranlib ./libpoly.a
  68. chmod 700 ./libpoly.a
  69. ar rcu ../../lib/liblualib.a lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o load                                                                 lib.o
  70. gmake[2]: Leaving directory `/root/workspace/Vectors/libpoly'
  71. gmake[1]: Leaving directory `/root/workspace/Vectors/libpoly'
  72. compile Main.cpp
  73. gmake[1]: Entering directory `/root/workspace/Vectors/libthecore/src'
  74. gmake ../lib/libthecore.a
  75. ranlib ../../lib/liblualib.a
  76. gmake[2]: Leaving directory `/root/workspace/Vectors/liblua/src/lib'
  77. gmake[1]: Leaving directory `/root/workspace/Vectors/liblua'
  78. compile Lock.cpp
  79. gmake[2]: Entering directory `/root/workspace/Vectors/libthecore/src'
  80. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c socket.c
  81. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c fdwatch.c
  82. compile DBManager.cpp
  83. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c buffer.c
  84. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c signal.c
  85. fdwatch.c: In function 'void fdwatch_clear_event(fdwatch*, socket_t, unsigned int)':
  86. fdwatch.c:163: warning: comparison between signed and unsigned integer expressions
  87. fdwatch.c:165: warning: comparison between signed and unsigned integer expressions
  88. fdwatch.c: In function 'int fdwatch_check_event(fdwatch*, socket_t, unsigned int)':
  89. fdwatch.c:173: warning: comparison between signed and unsigned integer expressions
  90. fdwatch.c:175: warning: comparison between signed and unsigned integer expressions
  91. fdwatch.c: In function 'int fdwatch_get_ident(fdwatch*, unsigned int)':
  92. fdwatch.c:207: warning: comparison between signed and unsigned integer expressions
  93. fdwatch.c: In function 'void* fdwatch_get_client_data(fdwatch*, unsigned int)':
  94. fdwatch.c:225: warning: comparison between signed and unsigned integer expressions
  95. compile Cache.cpp
  96. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c log.c
  97. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c utils.c
  98. compile LoginData.cpp
  99. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c kstbl.c
  100. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c hangul.c
  101. compile ClientManager.cpp
  102. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c heart.c
  103. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c main.c
  104. hangul.c: In function 'const char* first_han(const BYTE*)':
  105. hangul.c:47: warning: deprecated conversion from string constant to 'char*'
  106. compile ClientManagerPlayer.cpp
  107. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c tea.c
  108. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c des.c
  109. compile ClientManagerLogin.cpp
  110. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c gost.c
  111. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c memcpy.c
  112. compile ClientManagerBoot.cpp
  113. DES_table.h:164: warning: 'KeyPerm' defined but not used
  114. compile ClientManagerParty.cpp
  115. if [ ! -d ../lib ]; then mkdir ../lib; fi
  116. compile ClientManagerGuild.cpp
  117. ar cru ../lib/libthecore.a socket.o fdwatch.o buffer.o signal.o log.o utils.o kstbl.o hangul.o heart.o                                                                  main.o tea.o des.o gost.o memcpy.o
  118. ranlib ../lib/libthecore.a
  119. compile GuildManager.cpp
  120. chmod 700 ../lib/libthecore.a
  121. gmake[2]: Leaving directory `/root/workspace/Vectors/libthecore/src'
  122. gmake[1]: Leaving directory `/root/workspace/Vectors/libthecore/src'
  123. compile HB.cpp
  124. compile PrivManager.cpp
  125. compile MoneyLog.cpp
  126. compile ItemAwardManager.cpp
  127. compile ClientManagerEventFlag.cpp
  128. compile Marriage.cpp
  129. compile Monarch.cpp
  130. compile BlockCountry.cpp
  131. compile ItemIDRangeManager.cpp
  132. compile ClientManagerHorseName.cpp
  133. compile AuctionManager.cpp
  134. compile ProtoReader.cpp
  135. compile CsvReader.cpp
  136. compile version.cpp
  137. gmake[1]: warning:  Clock skew detected.  Your build may be incomplete.
  138. gmake[1]: Leaving directory `/root/workspace/Vectors/game/src'
  139. gmake -C game/src clean
  140. gmake[1]: Entering directory `/root/workspace/Vectors/game/src'
  141. gmake[1]: Warning: File `Makefile' has modification time 93322 s in the future
  142. gmake[1]: warning:  Clock skew detected.  Your build may be incomplete.
  143. gmake[1]: Leaving directory `/root/workspace/Vectors/game/src'
  144. gmake -C game/src limit_time
  145. gmake[1]: Entering directory `/root/workspace/Vectors/game/src'
  146. gmake[1]: Warning: File `Makefile' has modification time 93320 s in the future
  147. update limit time
  148. gmake[1]: warning:  Clock skew detected.  Your build may be incomplete.
  149. gmake[1]: Leaving directory `/root/workspace/Vectors/game/src'
  150. gmake -C game/src
  151. linking ...
  152. gmake[1]: Entering directory `/root/workspace/Vectors/game/src'
  153. gmake[1]: Warning: File `Makefile' has modification time 93318 s in the future
  154. compile BattleArena.cpp
  155. compile FSM.cpp
  156. gmake[1]: warning:  Clock skew detected.  Your build may be incomplete.
  157. gmake[1]: Leaving directory `/root/workspace/Vectors/db/src'
  158. compile MarkConvert.cpp
  159. compile MarkImage.cpp
  160. compile MarkManager.cpp
  161. compile OXEvent.cpp
  162. compile TrafficProfiler.cpp
  163. compile ani.cpp
  164. compile arena.cpp
  165. compile banword.cpp
  166. compile battle.cpp
  167. compile blend_item.cpp
  168. compile block_country.cpp
  169. compile buffer_manager.cpp
  170. compile building.cpp
  171. compile castle.cpp
  172. compile char.cpp
  173. compile char_affect.cpp
  174. In file included from char.cpp:4:
  175. ../../common/VnumHelper.h:63:32: warning: no newline at end of file
  176. compile char_battle.cpp
  177. In file included from char.cpp:25:
  178. shop_manager.h:40:7: warning: no newline at end of file
  179. char.cpp:7282: warning: this decimal constant is unsigned only in ISO C90
  180. compile char_change_empire.cpp
  181. compile char_horse.cpp
  182. In file included from char_battle.cpp:27:
  183. shop_manager.h:40:7: warning: no newline at end of file
  184. compile char_item.cpp
  185. compile char_manager.cpp
  186. In file included from char_horse.cpp:14:
  187. ../../common/VnumHelper.h:63:32: warning: no newline at end of file
  188. compile char_quickslot.cpp
  189. In file included from char_item.cpp:44:
  190. ../../common/VnumHelper.h:63:32: warning: no newline at end of file
  191. In file included from char_item.cpp:47:
  192. belt_inventory_helper.h:108:42: warning: no newline at end of file
  193. compile char_resist.cpp
  194. compile char_skill.cpp
  195. compile char_state.cpp
  196. compile PetSystem.cpp
  197. compile cmd.cpp
  198. In file included from char_state.cpp:25:
  199. ../../common/VnumHelper.h:63:32: warning: no newline at end of file
  200. compile cmd_emotion.cpp
  201. In file included from PetSystem.cpp:9:
  202. ../../common/VnumHelper.h:63:32: warning: no newline at end of file
  203. char.cpp: In member function 'void CHARACTER::PointChange(BYTE, int, bool, bool)':
  204. char.cpp:3149: warning: comparison between signed and unsigned integer expressions
  205. compile cmd_general.cpp
  206. compile cmd_gm.cpp
  207. compile cmd_oxevent.cpp
  208. In file included from char_item.cpp:47:
  209. belt_inventory_helper.h: In static member function 'static BYTE CBeltInventoryHelper::GetBeltGradeByRef                                                                 ineLevel(int)':
  210. belt_inventory_helper.h:28: warning: comparison between signed and unsigned integer expressions
  211. char_item.cpp: In member function 'bool CHARACTER::IsEmptyItemGrid(TItemPos, BYTE, int) const':
  212. char_item.cpp:640: warning: comparison is always false due to limited range of data type
  213. char_item.cpp:666: warning: comparison is always false due to limited range of data type
  214. compile config.cpp
  215. char_item.cpp: In member function 'bool CHARACTER::UseItemEx(CItem*, TItemPos)':
  216. char_item.cpp:2424: warning: format '%d' expects type 'int', but argument 6 has type 'long int'
  217. char_item.cpp:2428: warning: format '%d' expects type 'int', but argument 6 has type 'long int'
  218. char_item.cpp:2440: warning: format '%d' expects type 'int', but argument 5 has type 'long int'
  219. char_item.cpp:2444: warning: format '%d' expects type 'int', but argument 5 has type 'long int'
  220. char_item.cpp:2471: warning: format '%d' expects type 'int', but argument 6 has type 'long int'
  221. char_item.cpp:2479: warning: format '%d' expects type 'int', but argument 5 has type 'long int'
  222. char_item.cpp:5141: warning: comparison between signed and unsigned integer expressions
  223. char_item.cpp: In member function 'bool CHARACTER::UseItem(TItemPos, TItemPos)':
  224. char_item.cpp:5213: warning: unused variable 'wDestCell'
  225. char_item.cpp:5214: warning: unused variable 'bDestInven'
  226. char_item.cpp: In member function 'bool CHARACTER::EquipItem(CItem*, int)':
  227. char_item.cpp:6217: warning: array subscript has type 'char'
  228. char_item.cpp: In member function 'void CHARACTER::BuffOnAttr_AddBuffsFromItem(CItem*)':
  229. char_item.cpp:6297: warning: comparison between signed and unsigned integer expressions
  230. char_item.cpp: In member function 'void CHARACTER::BuffOnAttr_RemoveBuffsFromItem(CItem*)':
  231. char_item.cpp:6309: warning: comparison between signed and unsigned integer expressions
  232. char_item.cpp: In member function 'bool CHARACTER::CanEquipNow(CItem*, const TItemPos&, const TItemPos&                                                                 )':
  233. char_item.cpp:7599: warning: unused variable 'itemType'
  234. char_item.cpp:7600: warning: unused variable 'itemSubType'
  235. compile constants.cpp
  236. In file included from cmd_general.cpp:36:
  237. ../../common/VnumHelper.h:63:32: warning: no newline at end of file
  238. compile crc32.cpp
  239. compile cube.cpp
  240. PetSystem.cpp: In member function 'virtual bool CPetActor::_UpdateFollowAI()':
  241. PetSystem.cpp:248: warning: unused variable 'bDoMoveAlone'
  242. PetSystem.cpp: In member function 'CPetActor* CPetSystem::Summon(DWORD, CItem*, const char*, bool, DWOR                                                                 D)':
  243. PetSystem.cpp:620: warning: unused variable 'petVID'
  244. char_state.cpp: In member function 'virtual void CHARACTER::StateMove()':
  245. char_state.cpp:901: warning: unused variable 'rider'
  246. constants.cpp:291: warning: this decimal constant is unsigned only in ISO C90
  247. constants.cpp:292: warning: this decimal constant is unsigned only in ISO C90
  248. constants.cpp:293: warning: this decimal constant is unsigned only in ISO C90
  249. constants.cpp:294: warning: this decimal constant is unsigned only in ISO C90
  250. constants.cpp:295: warning: this decimal constant is unsigned only in ISO C90
  251. constants.cpp:296: warning: this decimal constant is unsigned only in ISO C90
  252. constants.cpp:297: warning: this decimal constant is unsigned only in ISO C90
  253. constants.cpp:298: warning: this decimal constant is unsigned only in ISO C90
  254. constants.cpp:299: warning: this decimal constant is unsigned only in ISO C90
  255. constants.cpp:300: warning: this decimal constant is unsigned only in ISO C90
  256. constants.cpp:301: warning: this decimal constant is unsigned only in ISO C90
  257. constants.cpp:302: warning: this decimal constant is unsigned only in ISO C90
  258. constants.cpp:303: warning: this decimal constant is unsigned only in ISO C90
  259. constants.cpp:304: warning: this decimal constant is unsigned only in ISO C90
  260. constants.cpp:305: warning: this decimal constant is unsigned only in ISO C90
  261. constants.cpp:306: warning: this decimal constant is unsigned only in ISO C90
  262. constants.cpp:307: warning: this decimal constant is unsigned only in ISO C90
  263. constants.cpp:308: warning: this decimal constant is unsigned only in ISO C90
  264. constants.cpp:309: warning: this decimal constant is unsigned only in ISO C90
  265. constants.cpp:310: warning: this decimal constant is unsigned only in ISO C90
  266. constants.cpp:311: warning: this decimal constant is unsigned only in ISO C90
  267. compile db.cpp
  268. compile desc.cpp
  269. compile desc_client.cpp
  270. char_item.cpp: In member function 'bool CHARACTER::IsEmptyItemGrid(TItemPos, BYTE, int) const':
  271. char_item.cpp:679: warning: control reaches end of non-void function
  272. compile desc_manager.cpp
  273. compile desc_p2p.cpp
  274. In file included from desc_manager.cpp:15:
  275. ClientPackageCryptInfo.h:117:41: warning: no newline at end of file
  276. compile dev_log.cpp
  277. compile dungeon.cpp
  278. compile empire_text_convert.cpp
  279. compile entity.cpp
  280. config.cpp: In function 'void config_init(const std::string&)':
  281. config.cpp:435: warning: NULL used in arithmetic
  282. config.cpp:459: warning: NULL used in arithmetic
  283. config.cpp:483: warning: NULL used in arithmetic
  284. config.cpp:505: warning: unused variable 'line'
  285. cube.cpp: In function 'bool Cube_make(CHARACTER*)':
  286. cube.cpp:544: warning: comparison between signed and unsigned integer expressions
  287. cube.cpp: In function 'void Cube_MakeCubeInformationText()':
  288. cube.cpp:716: warning: unused variable 'npcVNUM'
  289. cube.cpp: In function 'bool Cube_InformationInitialize()':
  290. cube.cpp:783: warning: comparison between signed and unsigned integer expressions
  291. desc_client.cpp: In member function 'void CLIENT_DESC::UpdateChannelStatus(DWORD, bool)':
  292. desc_client.cpp:299: warning: comparison between signed and unsigned integer expressions
  293. cmd_gm.cpp: In function 'void do_set_stat(CHARACTER*, const char*, int, int)':
  294. cmd_gm.cpp:3938: warning: NULL used in arithmetic
  295. cmd_gm.cpp: In function 'void do_use_item(CHARACTER*, const char*, int, int)':
  296. cmd_gm.cpp:4360: warning: 'cell' may be used uninitialized in this function
  297. cmd_gm.cpp: In function 'void do_set_stat(CHARACTER*, const char*, int, int)':
  298. cmd_gm.cpp:3980: warning: 'n' may be used uninitialized in this function
  299. cmd_gm.cpp: In function 'void do_mob_ld(CHARACTER*, const char*, int, int)':
  300. cmd_gm.cpp:855: warning: 'x' may be used uninitialized in this function
  301. cmd_gm.cpp:855: warning: 'y' may be used uninitialized in this function
  302. compile entity_view.cpp
  303. compile event.cpp
  304. char_item.cpp: In member function 'void CHARACTER::BuffOnAttr_ValueChange(BYTE, BYTE, BYTE)':
  305. char_item.cpp:6344: warning: 'pBuff' may be used uninitialized in this function
  306. compile event_queue.cpp
  307. compile exchange.cpp
  308. compile file_loader.cpp
  309. compile fishing.cpp
  310. compile gm.cpp
  311. compile guild.cpp
  312. compile guild_manager.cpp
  313. exchange.cpp: In member function 'bool CHARACTER::ExchangeStart(CHARACTER*)':
  314. exchange.cpp:76: warning: unused variable 'iDist'
  315. compile guild_war.cpp
  316. compile horse_rider.cpp
  317. compile horsename_manager.cpp
  318. compile input.cpp
  319. compile input_auth.cpp
  320. compile input_db.cpp
  321. compile input_login.cpp
  322. compile input_main.cpp
  323. In file included from input_db.cpp:13:
  324. shop_manager.h:40:7: warning: no newline at end of file
  325. input_db.cpp:2730:2: warning: no newline at end of file
  326. compile input_p2p.cpp
  327. compile input_teen.cpp
  328. compile input_udp.cpp
  329. compile ip_ban.cpp
  330. compile item.cpp
  331. input_auth.cpp: In member function 'int CInputAuth::auth_OpenID(const char*, const char*, char*)':
  332. input_auth.cpp:441: warning: unused variable 'last'
  333. compile item_addon.cpp
  334. compile item_attribute.cpp
  335. In file included from input_main.cpp:16:
  336. shop_manager.h:40:7: warning: no newline at end of file
  337. compile item_manager.cpp
  338. In file included from item.cpp:22:
  339. belt_inventory_helper.h:108:42: warning: no newline at end of file
  340. In file included from item.cpp:23:
  341. ../../common/VnumHelper.h:63:32: warning: no newline at end of file
  342. item.cpp:2089:2: warning: no newline at end of file
  343. compile item_manager_idrange.cpp
  344. compile locale.cpp
  345. compile locale_service.cpp
  346. compile log.cpp
  347. In file included from item_manager.cpp:21:
  348. ../../common/VnumHelper.h:63:32: warning: no newline at end of file
  349. compile login_data.cpp
  350. compile lzo_manager.cpp
  351. compile marriage.cpp
  352. In file included from item.cpp:22:
  353. belt_inventory_helper.h: In static member function 'static BYTE CBeltInventoryHelper::GetBeltGradeByRef                                                                 ineLevel(int)':
  354. belt_inventory_helper.h:28: warning: comparison between signed and unsigned integer expressions
  355. item.h: In constructor 'CItem::CItem(DWORD)':
  356. item.h:289: warning: 'CItem::m_pkRealTimeExpireEvent' will be initialized after
  357. item.h:286: warning:   'LPEVENT CItem::m_pkExpireEvent'
  358. item.cpp:25: warning:   when initialized here
  359. item.cpp: In function 'const bool CanPutIntoRing(CItem*, CItem*)':
  360. item.cpp:1730: warning: unused variable 'vnum'
  361. item.cpp: In member function 'bool CItem::CanPutInto(CItem*)':
  362. item.cpp:1763: warning: comparison between signed and unsigned integer expressions
  363. item.cpp: In member function 'int CItem::GiveMoreTime_Per(float)':
  364. item.cpp:2019: warning: comparison between signed and unsigned integer expressions
  365. item.cpp:2021: warning: comparison between signed and unsigned integer expressions
  366. item.cpp: In member function 'int CItem::GiveMoreTime_Fix(DWORD)':
  367. item.cpp:2043: warning: comparison between signed and unsigned integer expressions
  368. item.cpp: In member function 'int CItem::GetDuration()':
  369. item.cpp:2074: warning: array subscript has type 'char'
  370. compile matrix_card.cpp
  371. compile messenger_manager.cpp
  372. compile mining.cpp
  373. compile mob_manager.cpp
  374. item_manager.cpp: In member function 'TItemTable* ITEM_MANAGER::GetTable(DWORD)':
  375. item_manager.cpp:606: warning: comparison between signed and unsigned integer expressions
  376. compile monarch.cpp
  377. compile motion.cpp
  378. compile over9refine.cpp
  379. compile p2p.cpp
  380. compile packet_info.cpp
  381. monarch.cpp:276:2: warning: no newline at end of file
  382. compile party.cpp
  383. compile passpod.cpp
  384. compile pcbang.cpp
  385. compile polymorph.cpp
  386. compile priv_manager.cpp
  387. compile pvp.cpp
  388. compile questevent.cpp
  389. compile questlua.cpp
  390. compile questlua_affect.cpp
  391. compile questlua_arena.cpp
  392. compile questlua_ba.cpp
  393. compile questlua_building.cpp
  394. compile questlua_danceevent.cpp
  395. compile questlua_dungeon.cpp
  396. compile questlua_forked.cpp
  397. questlua.cpp: In member function 'bool quest::FPartyCheckFlagLt::operator()(CHARACTER*)':
  398. questlua.cpp:78: warning: 'returnBool' may be used uninitialized in this function
  399. compile questlua_game.cpp
  400. compile questlua_global.cpp
  401. compile questlua_guild.cpp
  402. compile questlua_horse.cpp
  403. compile questlua_pet.cpp
  404. compile questlua_item.cpp
  405. compile questlua_marriage.cpp
  406. compile questlua_mgmt.cpp
  407. compile questlua_monarch.cpp
  408. compile questlua_npc.cpp
  409. compile questlua_oxevent.cpp
  410. compile questlua_party.cpp
  411. questlua_pet.cpp: In function 'int quest::pet_get_exp(lua_State*)':
  412. questlua_pet.cpp:208: warning: control reaches end of non-void function
  413. In file included from questlua_npc.cpp:9:
  414. shop_manager.h:40:7: warning: no newline at end of file
  415. compile questlua_pc.cpp
  416. compile questlua_quest.cpp
  417. compile questlua_target.cpp
  418. compile questmanager.cpp
  419. compile questnpc.cpp
  420. questlua_npc.cpp: In function 'int quest::npc_get_vid_attack_mul(lua_State*)':
  421. questlua_npc.cpp:293: warning: unused variable 'q'
  422. questlua_npc.cpp: In function 'int quest::npc_set_vid_attack_mul(lua_State*)':
  423. questlua_npc.cpp:309: warning: unused variable 'q'
  424. questlua_npc.cpp: In function 'int quest::npc_get_vid_damage_mul(lua_State*)':
  425. questlua_npc.cpp:324: warning: unused variable 'q'
  426. questlua_npc.cpp: In function 'int quest::npc_set_vid_damage_mul(lua_State*)':
  427. questlua_npc.cpp:340: warning: unused variable 'q'
  428. compile questpc.cpp
  429. compile refine.cpp
  430. compile regen.cpp
  431. compile safebox.cpp
  432. compile sectree.cpp
  433. questnpc.cpp: In member function 'bool quest::NPC::HandleEvent(quest::PC&, int)':
  434. questnpc.cpp:500: warning: unused variable 'pPC'
  435. compile sectree_manager.cpp
  436. compile sequence.cpp
  437. compile shop.cpp
  438. compile skill.cpp
  439. compile start_position.cpp
  440. compile target.cpp
  441. compile text_file_loader.cpp
  442. compile trigger.cpp
  443. compile utils.cpp
  444. compile vector.cpp
  445. In file included from trigger.cpp:8:
  446. shop_manager.h:40:7: warning: no newline at end of file
  447. compile war_map.cpp
  448. compile wedding.cpp
  449. compile xmas_event.cpp
  450. compile panama.cpp
  451. shop.cpp: In member function 'virtual bool CShop::IsSellingItem(DWORD)':
  452. shop.cpp:568: warning: comparison between signed and unsigned integer expressions
  453. utils.cpp: In function 'bool WildCaseCmp(const char*, const char*)':
  454. utils.cpp:243: warning: NULL used in arithmetic
  455. utils.cpp:255: warning: NULL used in arithmetic
  456. utils.cpp:269: warning: NULL used in arithmetic
  457. compile threeway_war.cpp
  458. compile version.cpp
  459. compile map_location.cpp
  460. compile auth_brazil.cpp
  461. compile BlueDragon.cpp
  462. compile BlueDragon_Binder.cpp
  463. compile DragonLair.cpp
  464. compile questlua_dragonlair.cpp
  465. compile HackShield.cpp
  466. compile HackShield_Impl.cpp
  467. compile char_hackshield.cpp
  468. compile skill_power.cpp
  469. compile affect.cpp
  470. compile SpeedServer.cpp
  471. compile questlua_speedserver.cpp
  472. compile XTrapManager.cpp
  473. compile auction_manager.cpp
  474. compile FileMonitor_FreeBSD.cpp
  475. compile ClientPackageCryptInfo.cpp
  476. FileMonitor_FreeBSD.cpp:136:2: warning: no newline at end of file
  477. compile cipher.cpp
  478. In file included from ClientPackageCryptInfo.cpp:2:
  479. ClientPackageCryptInfo.h:117:41: warning: no newline at end of file
  480. compile buff_on_attributes.cpp
  481. compile check_server.cpp
  482. compile dragon_soul_table.cpp
  483. ClientPackageCryptInfo.h: In constructor 'CClientPackageCryptInfo::CClientPackageCryptInfo()':
  484. ClientPackageCryptInfo.h:50: warning: 'CClientPackageCryptInfo::m_pSerializedCryptKeyStream' will be in                                                                 itialized after
  485. ClientPackageCryptInfo.h:48: warning:   'int CClientPackageCryptInfo::m_nCryptKeyPackageCnt'
  486. ClientPackageCryptInfo.cpp:9: warning:   when initialized here
  487. compile DragonSoul.cpp
  488. In file included from check_server.cpp:1:
  489. check_server.h: In static member function 'static bool CheckServer::CheckIp(const char*)':
  490. check_server.h:24: warning: comparison between signed and unsigned integer expressions
  491. In file included from dragon_soul_table.cpp:4:
  492. dragon_soul_table.h:74:7: warning: no newline at end of file
  493. compile group_text_parse_tree.cpp
  494. buff_on_attributes.cpp: In member function 'void CBuffOnAttributes::ChangeBuffValue(BYTE)':
  495. buff_on_attributes.cpp:113: warning: unused variable 'old_value'
  496. buff_on_attributes.cpp:114: warning: unused variable 'new_value'
  497. compile char_dragonsoul.cpp
  498. In file included from DragonSoul.cpp:9:
  499. dragon_soul_table.h:74:7: warning: no newline at end of file
  500. compile questlua_dragonsoul.cpp
  501. dragon_soul_table.cpp: In member function 'bool DragonSoulTable::ReadAdditionalApplys()':
  502. dragon_soul_table.cpp:223: warning: comparison between signed and unsigned integer expressions
  503. dragon_soul_table.cpp: In member function 'bool DragonSoulTable::CheckApplyNumSettings()':
  504. dragon_soul_table.cpp:283: warning: comparison between signed and unsigned integer expressions
  505. dragon_soul_table.cpp: In member function 'bool DragonSoulTable::CheckWeightTables()':
  506. dragon_soul_table.cpp:311: warning: comparison between signed and unsigned integer expressions
  507. dragon_soul_table.cpp: In member function 'bool DragonSoulTable::CheckRefineGradeTables()':
  508. dragon_soul_table.cpp:343: warning: comparison between signed and unsigned integer expressions
  509. dragon_soul_table.cpp:372: warning: comparison between signed and unsigned integer expressions
  510. dragon_soul_table.cpp: In member function 'bool DragonSoulTable::CheckRefineStepTables()':
  511. dragon_soul_table.cpp:397: warning: comparison between signed and unsigned integer expressions
  512. dragon_soul_table.cpp:427: warning: comparison between signed and unsigned integer expressions
  513. dragon_soul_table.cpp: In member function 'bool DragonSoulTable::CheckRefineStrengthTables()':
  514. dragon_soul_table.cpp:453: warning: comparison between signed and unsigned integer expressions
  515. dragon_soul_table.cpp: In member function 'bool DragonSoulTable::CheckDragonHeartExtTables()':
  516. dragon_soul_table.cpp:494: warning: comparison between signed and unsigned integer expressions
  517. dragon_soul_table.cpp:513: warning: comparison between signed and unsigned integer expressions
  518. dragon_soul_table.cpp:522: warning: comparison between signed and unsigned integer expressions
  519. dragon_soul_table.cpp: In member function 'bool DragonSoulTable::CheckDragonSoulExtTables()':
  520. dragon_soul_table.cpp:545: warning: comparison between signed and unsigned integer expressions
  521. group_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(const std::string                                                                 &, T&) const [with T = std::string]':
  522. dragon_soul_table.cpp:129:   instantiated from here
  523. group_text_parse_tree.h:220: warning: comparison between signed and unsigned integer expressions
  524. group_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(const std::string                                                                 &, T&) const [with T = BYTE]':
  525. dragon_soul_table.cpp:134:   instantiated from here
  526. group_text_parse_tree.h:220: warning: comparison between signed and unsigned integer expressions
  527. group_text_parse_tree.h: In constructor 'CGroupTextParseTreeLoader::CGroupTextParseTreeLoader()':
  528. group_text_parse_tree.h:93: warning: 'CGroupTextParseTreeLoader::m_dwcurLineIndex' will be initialized                                                                  after
  529. group_text_parse_tree.h:91: warning:   'CGroupNode* CGroupTextParseTreeLoader::m_pRootGroupNode'
  530. group_text_parse_tree.cpp:5: warning:   when initialized here
  531. group_text_parse_tree.cpp: In member function 'bool CGroupTextParseTreeLoader::LoadGroup(CGroupNode*)':
  532. group_text_parse_tree.cpp:99: warning: comparison between signed and unsigned integer expressions
  533. group_text_parse_tree.cpp: In member function 'bool CGroupNode::GetRow(int, const CGroupNode::CGroupNod                                                                 eRow**) const':
  534. group_text_parse_tree.cpp:206: warning: comparison between signed and unsigned integer expressions
  535. group_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(const std::string                                                                 &, T&) const [with T = int]':
  536. dragon_soul_table.cpp:201:   instantiated from here
  537. group_text_parse_tree.h:220: warning: comparison between signed and unsigned integer expressions
  538. group_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(const std::string                                                                 &, T&) const [with T = float]':
  539. dragon_soul_table.cpp:260:   instantiated from here
  540. group_text_parse_tree.h:220: warning: comparison between signed and unsigned integer expressions
  541. group_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(int, T&) const [w                                                                 ith T = float]':
  542. dragon_soul_table.cpp:828:   instantiated from here
  543. group_text_parse_tree.h:228: warning: comparison between signed and unsigned integer expressions
  544. group_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(int, T&) const [w                                                                 ith T = int]':
  545. group_text_parse_tree.h:159:   instantiated from 'bool CGroupNode::GetValue(const std::string&, const s                                                                 td::string&, T&) const [with T = int]'
  546. group_text_parse_tree.h:203:   instantiated from 'bool CGroupNode::GetGroupValue(const std::string&, co                                                                 nst std::string&, const std::string&, T&) const [with T = int]'
  547. dragon_soul_table.cpp:612:   instantiated from here
  548. group_text_parse_tree.h:228: warning: comparison between signed and unsigned integer expressions
  549. group_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(int, T&) const [w                                                                 ith T = unsigned int]':
  550. group_text_parse_tree.h:159:   instantiated from 'bool CGroupNode::GetValue(const std::string&, const s                                                                 td::string&, T&) const [with T = unsigned int]'
  551. group_text_parse_tree.h:203:   instantiated from 'bool CGroupNode::GetGroupValue(const std::string&, co                                                                 nst std::string&, const std::string&, T&) const [with T = unsigned int]'
  552. dragon_soul_table.cpp:884:   instantiated from here
  553. group_text_parse_tree.h:228: warning: comparison between signed and unsigned integer expressions
  554. char_dragonsoul.cpp:143:2: warning: no newline at end of file
  555. compile shop_manager.cpp
  556. ../../../Extern/include/cryptopp/algparam.h: In constructor 'CryptoPP::ConstByteArrayParameter::ConstBy                                                                 teArrayParameter(const T&, bool) [with T = std::basic_string<char, std::char_traits<char>, std::allocat                                                                 or<char> >]':
  557. ../../../Extern/include/cryptopp/filters.h:793:   instantiated from here
  558. ../../../Extern/include/cryptopp/algparam.h:26: warning: unused variable 'cryptopp_assert_26'
  559. ../../../Extern/include/cryptopp/algparam.h: In member function 'void CryptoPP::AlgorithmParametersTemp                                                                 late<T>::MoveInto(void*) const [with T = CryptoPP::RandomNumberGenerator*]':
  560. cipher.cpp:397:   instantiated from here
  561. ../../../Extern/include/cryptopp/algparam.h:322: warning: unused variable 'p'
  562. DragonSoul.cpp: In function 'int Gamble(std::vector<float, std::allocator<float> >&)':
  563. DragonSoul.cpp:19: warning: comparison between signed and unsigned integer expressions
  564. DragonSoul.cpp:25: warning: comparison between signed and unsigned integer expressions
  565. DragonSoul.cpp: In member function 'bool DSManager::RefreshItemAttributes(CItem*)':
  566. DragonSoul.cpp:203: warning: comparison between signed and unsigned integer expressions
  567. DragonSoul.cpp: In member function 'bool DSManager::PutAttributes(CItem*)':
  568. DragonSoul.cpp:273: warning: comparison between signed and unsigned integer expressions
  569. DragonSoul.cpp: In member function 'bool DSManager::ExtractDragonHeart(CHARACTER*, CItem*, CItem*)':
  570. DragonSoul.cpp:350: warning: unused variable 'sum'
  571. DragonSoul.cpp: In member function 'bool DSManager::PullOut(CHARACTER*, TItemPos, CItem*&, CItem*)':
  572. DragonSoul.cpp:435: warning: unused variable 'dwVnum'
  573. DragonSoul.cpp:469: warning: format '%d' expects type 'int', but argument 3 has type 'double'
  574. DragonSoul.cpp:469: warning: format '%d' expects type 'int', but argument 4 has type 'double'
  575. DragonSoul.cpp: In member function 'bool DSManager::DoRefineGrade(CHARACTER*, TItemPos (&)[15])':
  576. DragonSoul.cpp:555: warning: unused variable 'prob_sum'
  577. DragonSoul.cpp: In member function 'bool DSManager::DoRefineStep(CHARACTER*, TItemPos (&)[15])':
  578. DragonSoul.cpp:763: warning: unused variable 'sum'
  579. compile shopEx.cpp
  580. compile item_manager_read_tables.cpp
  581. In file included from shop_manager.cpp:22:
  582. shop_manager.h:40:7: warning: no newline at end of file
  583. char_dragonsoul.cpp: In member function 'bool CHARACTER::DragonSoul_ActivateDeck(int)':
  584. char_dragonsoul.cpp:91: warning: control reaches end of non-void function
  585. compile acce.cpp
  586. compile main.cpp
  587. compile test.cpp
  588. compile minilzo.c
  589. In file included from main.cpp:14:
  590. shop_manager.h:40:7: warning: no newline at end of file
  591. shopEx.cpp: In member function 'virtual int CShopEx::Buy(CHARACTER*, BYTE)':
  592. shopEx.cpp:159: warning: comparison between signed and unsigned integer expressions
  593. item_manager_read_tables.cpp: In member function 'bool ITEM_MANAGER::ReadMonsterDropItemGroup(const cha                                                                 r*)':
  594. item_manager_read_tables.cpp:637: warning: unused variable 'pkGroup'
  595. acce.cpp: In function 'void FN_remove_material(CItem**, DWORD, int, int)':
  596. acce.cpp:87: warning: unused variable 'count'
  597. acce.cpp: In function 'bool Acce_InformationInitialize()':
  598. acce.cpp:954: warning: comparison between signed and unsigned integer expressions
  599. shop_manager.cpp: In function 'bool ConvertToShopItemTable(CGroupNode*, TShopTableEx&)':
  600. shop_manager.cpp:473: warning: comparison between signed and unsigned integer expressions
  601. group_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(int, T&) const [w                                                                 ith T = unsigned int]':
  602. group_text_parse_tree.h:175:   instantiated from 'bool CGroupNode::GetValue(const std::string&, int, T&                                                                 ) const [with T = DWORD]'
  603. shop_manager.cpp:381:   instantiated from here
  604. group_text_parse_tree.h:228: warning: comparison between signed and unsigned integer expressions
  605. group_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(int, T&) const [w                                                                 ith T = std::basic_string<char, std::char_traits<char>, std::allocator<char> >]':
  606. group_text_parse_tree.h:175:   instantiated from 'bool CGroupNode::GetValue(const std::string&, int, T&                                                                 ) const [with T = std::string]'
  607. shop_manager.cpp:387:   instantiated from here
  608. group_text_parse_tree.h:228: warning: comparison between signed and unsigned integer expressions
  609. group_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(int, T&) const [w                                                                 ith T = unsigned char]':
  610. group_text_parse_tree.h:136:   instantiated from 'bool CGroupNode::GetValue(size_t, const std::string&,                                                                  T&) const [with T = BYTE]'
  611. shop_manager.cpp:442:   instantiated from here
  612. group_text_parse_tree.h:228: warning: comparison between signed and unsigned integer expressions
  613. item_manager_read_tables.cpp:627: warning: 'pkGroup' may be used uninitialized in this function
  614. ../../../Extern/include/cryptopp/misc.h: At global scope:
  615. ../../../Extern/include/cryptopp/misc.h:548: warning: 'std::string CryptoPP::StringNarrow(const wchar_t                                                                 *, bool)' defined but not used
  616. linking ../game_r65267_32....
  617. linking ../test
  618. OBJDIR/cmd.o:(.data+0x270): undefined reference to `do_costume_transfer_bonus(CHARACTER*, char const*,                                                                  int, int)'
  619. OBJDIR/cmd.o:(.data+0x270): undefined reference to `do_costume_transfer_bonus(CHARACTER*, char const*,                                                                  int, int)'
  620. gmake[1]: *** [../test] Error 1
  621. gmake[1]: *** Waiting for unfinished jobs....
  622. gmake[1]: *** [../game_r65267_32] Error 1
  623. gmake[1]: Leaving directory `/root/workspace/Vectors/game/src'
  624. gmake: *** [game] Error 2
  625. root@host:~/workspace/Vectors #
Advertisement
Add Comment
Please, Sign In to add comment