Advertisement
georedzor

problem

Apr 3rd, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 109.93 KB | None | 0 0
  1. -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  2. compile input_login.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  3. compile input_main.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  4. compile input_p2p.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  5. compile input_teen.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  6. compile input_udp.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  7. compile ip_ban.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  8. compile item.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  9. compile item_addon.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  10. compile item_attribute.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  11. In file included from input_auth.cpp:7:0:
  12. protocol.h: In function 'const char* encode_2bytes(sh_int)':
  13. protocol.h:14:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  14. *((sh_int *) a) = ind;
  15. ^
  16. protocol.h: In function 'const char* encode_4bytes(int)':
  17. protocol.h:21:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  18. *((int *) a) = ind;
  19. ^
  20. In file included from input_db.cpp:11:0:
  21. protocol.h: In function 'const char* encode_2bytes(sh_int)':
  22. protocol.h:14:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  23. *((sh_int *) a) = ind;
  24. ^
  25. protocol.h: In function 'const char* encode_4bytes(int)':
  26. protocol.h:21:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  27. *((int *) a) = ind;
  28. ^
  29. compile item_manager.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  30. In file included from item.cpp:8:0:
  31. protocol.h: In function 'const char* encode_2bytes(sh_int)':
  32. protocol.h:14:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  33. *((sh_int *) a) = ind;
  34. ^
  35. protocol.h: In function 'const char* encode_4bytes(int)':
  36. protocol.h:21:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  37. *((int *) a) = ind;
  38. ^
  39. In file included from input_login.cpp:13:0:
  40. protocol.h: In function 'const char* encode_2bytes(sh_int)':
  41. protocol.h:14:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  42. *((sh_int *) a) = ind;
  43. ^
  44. protocol.h: In function 'const char* encode_4bytes(int)':
  45. protocol.h:21:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  46. *((int *) a) = ind;
  47. ^
  48. compile item_manager_idrange.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  49. In file included from input_udp.cpp:9:0:
  50. protocol.h: In function 'const char* encode_2bytes(sh_int)':
  51. protocol.h:14:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  52. *((sh_int *) a) = ind;
  53. ^
  54. protocol.h: In function 'const char* encode_4bytes(int)':
  55. protocol.h:21:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  56. *((int *) a) = ind;
  57. ^
  58. compile locale.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  59. In file included from input_main.cpp:9:0:
  60. protocol.h: In function 'const char* encode_2bytes(sh_int)':
  61. protocol.h:14:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  62. *((sh_int *) a) = ind;
  63. ^
  64. protocol.h: In function 'const char* encode_4bytes(int)':
  65. protocol.h:21:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  66. *((int *) a) = ind;
  67. ^
  68. compile locale_service.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  69. compile log.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  70. compile login_data.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  71. In file included from input_teen.cpp:17:0:
  72. protocol.h: In function 'const char* encode_2bytes(sh_int)':
  73. protocol.h:14:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  74. *((sh_int *) a) = ind;
  75. ^
  76. protocol.h: In function 'const char* encode_4bytes(int)':
  77. protocol.h:21:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  78. *((int *) a) = ind;
  79. ^
  80. compile lzo_manager.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  81. input_teen.cpp: In member function 'bool CInputTeen::ProcessHandshake(LPDESC, const void*, size_t, int&)':
  82. input_teen.cpp:59:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  83. *((DWORD *) buf) = handshake ^ HANDSHAKE_XOR;
  84. ^
  85. compile marriage.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  86. compile matrix_card.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  87. compile messenger_manager.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  88. compile mining.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  89. compile mob_manager.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  90. compile monarch.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  91. compile motion.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  92. compile over9refine.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  93. compile p2p.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  94. compile packet_info.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  95. compile party.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  96. compile passpod.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  97. compile pcbang.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  98. compile polymorph.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  99. compile priv_manager.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  100. compile pvp.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  101. compile questevent.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  102. compile questlua.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  103. compile questlua_affect.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  104. compile questlua_arena.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  105. compile questlua_ba.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  106. compile questlua_building.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  107. compile questlua_danceevent.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  108. compile questlua_dungeon.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  109. compile questlua_forked.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  110. compile questlua_game.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  111. compile questlua_global.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  112. compile questlua_guild.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  113. compile questlua_horse.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  114. compile questlua_pet.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  115. compile questlua_item.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  116. compile questlua_marriage.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  117. compile questlua_mgmt.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  118. compile questlua_monarch.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  119. compile questlua_npc.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  120. compile questlua_oxevent.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  121. compile questlua_party.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  122. compile questlua_pc.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  123. compile questlua_quest.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  124. compile questlua_target.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  125. compile questmanager.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  126. compile questnpc.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  127. compile questpc.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  128. compile refine.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  129. compile regen.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  130. compile safebox.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  131. compile sectree.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  132. compile sectree_manager.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  133. compile sequence.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  134. compile shop.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  135. compile skill.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  136. compile start_position.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  137. compile target.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  138. compile text_file_loader.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  139. compile trigger.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  140. compile utils.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  141. compile vector.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  142. compile war_map.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  143. compile wedding.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  144. compile xmas_event.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  145. compile version.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  146. compile panama.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  147. compile threeway_war.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  148. compile map_location.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  149. compile auth_brazil.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  150. compile BlueDragon.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  151. compile BlueDragon_Binder.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  152. compile DragonLair.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  153. compile questlua_dragonlair.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  154. compile HackShield.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  155. compile HackShield_Impl.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  156. compile char_hackshield.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  157. compile skill_power.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  158. compile affect.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  159. compile SpeedServer.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  160. compile questlua_speedserver.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  161. compile XTrapManager.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  162. compile auction_manager.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  163. compile FileMonitor_FreeBSD.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  164. compile ClientPackageCryptInfo.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  165. compile cipher.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  166. compile buff_on_attributes.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  167. compile dragon_soul_table.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  168. compile DragonSoul.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  169. compile group_text_parse_tree.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  170. compile char_dragonsoul.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  171. compile questlua_dragonsoul.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  172. compile shop_manager.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  173. compile shopEx.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  174. compile item_manager_read_tables.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  175. compile spamblock.cpp with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  176. gmake: *** No rule to make target `../../../Extern/include/boost/regex/config.hpp', needed by `OBJDIR/main.o'. Stop.
  177. gmake: *** Waiting for unfinished jobs....
  178. minilzo.c: In function 'lzo_bool basic_integral_check()':
  179. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  180. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  181. ^
  182. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  183. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  184. ^
  185. minilzo.c:931:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  186. COMPILE_TIME_ASSERT(CHAR_BIT == 8);
  187. ^
  188. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  189. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  190. ^
  191. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  192. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  193. ^
  194. minilzo.c:932:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  195. COMPILE_TIME_ASSERT(sizeof(char) == 1);
  196. ^
  197. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  198. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  199. ^
  200. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  201. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  202. ^
  203. minilzo.c:933:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  204. COMPILE_TIME_ASSERT(sizeof(short) >= 2);
  205. ^
  206. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  207. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  208. ^
  209. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  210. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  211. ^
  212. minilzo.c:934:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  213. COMPILE_TIME_ASSERT(sizeof(long) >= 4);
  214. ^
  215. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  216. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  217. ^
  218. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  219. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  220. ^
  221. minilzo.c:935:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  222. COMPILE_TIME_ASSERT(sizeof(int) >= sizeof(short));
  223. ^
  224. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  225. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  226. ^
  227. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  228. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  229. ^
  230. minilzo.c:936:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  231. COMPILE_TIME_ASSERT(sizeof(long) >= sizeof(int));
  232. ^
  233. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  234. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  235. ^
  236. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  237. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  238. ^
  239. minilzo.c:938:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  240. COMPILE_TIME_ASSERT(sizeof(lzo_uint) == sizeof(lzo_int));
  241. ^
  242. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  243. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  244. ^
  245. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  246. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  247. ^
  248. minilzo.c:939:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  249. COMPILE_TIME_ASSERT(sizeof(lzo_uint32) == sizeof(lzo_int32));
  250. ^
  251. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  252. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  253. ^
  254. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  255. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  256. ^
  257. minilzo.c:941:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  258. COMPILE_TIME_ASSERT(sizeof(lzo_uint32) >= 4);
  259. ^
  260. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  261. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  262. ^
  263. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  264. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  265. ^
  266. minilzo.c:942:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  267. COMPILE_TIME_ASSERT(sizeof(lzo_uint32) >= sizeof(unsigned));
  268. ^
  269. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  270. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  271. ^
  272. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  273. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  274. ^
  275. minilzo.c:946:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  276. COMPILE_TIME_ASSERT(sizeof(lzo_uint) >= 4);
  277. ^
  278. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  279. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  280. ^
  281. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  282. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  283. ^
  284. minilzo.c:947:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  285. COMPILE_TIME_ASSERT(sizeof(lzo_uint) >= sizeof(unsigned));
  286. ^
  287. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  288. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  289. ^
  290. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  291. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  292. ^
  293. minilzo.c:951:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  294. COMPILE_TIME_ASSERT(sizeof(short) == 2);
  295. ^
  296. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  297. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  298. ^
  299. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  300. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  301. ^
  302. minilzo.c:960:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  303. COMPILE_TIME_ASSERT(sizeof(int) == 4);
  304. ^
  305. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  306. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  307. ^
  308. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  309. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  310. ^
  311. minilzo.c:967:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  312. COMPILE_TIME_ASSERT(sizeof(long) == 4);
  313. ^
  314. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  315. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  316. ^
  317. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  318. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  319. ^
  320. minilzo.c:973:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  321. COMPILE_TIME_ASSERT(SIZEOF_UNSIGNED == sizeof(unsigned));
  322. ^
  323. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  324. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  325. ^
  326. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  327. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  328. ^
  329. minilzo.c:976:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  330. COMPILE_TIME_ASSERT(SIZEOF_UNSIGNED_LONG == sizeof(unsigned long));
  331. ^
  332. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  333. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  334. ^
  335. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  336. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  337. ^
  338. minilzo.c:987:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  339. COMPILE_TIME_ASSERT(IS_UNSIGNED(unsigned char));
  340. ^
  341. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  342. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  343. ^
  344. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  345. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  346. ^
  347. minilzo.c:988:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  348. COMPILE_TIME_ASSERT(IS_UNSIGNED(unsigned short));
  349. ^
  350. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  351. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  352. ^
  353. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  354. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  355. ^
  356. minilzo.c:989:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  357. COMPILE_TIME_ASSERT(IS_UNSIGNED(unsigned));
  358. ^
  359. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  360. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  361. ^
  362. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  363. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  364. ^
  365. minilzo.c:990:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  366. COMPILE_TIME_ASSERT(IS_UNSIGNED(unsigned long));
  367. ^
  368. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  369. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  370. ^
  371. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  372. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  373. ^
  374. minilzo.c:991:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  375. COMPILE_TIME_ASSERT(IS_SIGNED(short));
  376. ^
  377. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  378. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  379. ^
  380. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  381. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  382. ^
  383. minilzo.c:992:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  384. COMPILE_TIME_ASSERT(IS_SIGNED(int));
  385. ^
  386. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  387. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  388. ^
  389. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  390. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  391. ^
  392. minilzo.c:993:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  393. COMPILE_TIME_ASSERT(IS_SIGNED(long));
  394. ^
  395. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  396. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  397. ^
  398. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  399. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  400. ^
  401. minilzo.c:995:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  402. COMPILE_TIME_ASSERT(IS_UNSIGNED(lzo_uint32));
  403. ^
  404. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  405. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  406. ^
  407. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  408. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  409. ^
  410. minilzo.c:996:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  411. COMPILE_TIME_ASSERT(IS_UNSIGNED(lzo_uint));
  412. ^
  413. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  414. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  415. ^
  416. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  417. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  418. ^
  419. minilzo.c:997:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  420. COMPILE_TIME_ASSERT(IS_SIGNED(lzo_int32));
  421. ^
  422. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  423. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  424. ^
  425. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  426. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  427. ^
  428. minilzo.c:998:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  429. COMPILE_TIME_ASSERT(IS_SIGNED(lzo_int));
  430. ^
  431. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  432. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  433. ^
  434. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  435. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  436. ^
  437. minilzo.c:1000:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  438. COMPILE_TIME_ASSERT(INT_MAX == LZO_STYPE_MAX(sizeof(int)));
  439. ^
  440. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  441. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  442. ^
  443. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  444. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  445. ^
  446. minilzo.c:1001:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  447. COMPILE_TIME_ASSERT(UINT_MAX == LZO_UTYPE_MAX(sizeof(unsigned)));
  448. ^
  449. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  450. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  451. ^
  452. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  453. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  454. ^
  455. minilzo.c:1002:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  456. COMPILE_TIME_ASSERT(LONG_MAX == LZO_STYPE_MAX(sizeof(long)));
  457. ^
  458. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  459. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  460. ^
  461. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  462. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  463. ^
  464. minilzo.c:1003:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  465. COMPILE_TIME_ASSERT(ULONG_MAX == LZO_UTYPE_MAX(sizeof(unsigned long)));
  466. ^
  467. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  468. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  469. ^
  470. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  471. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  472. ^
  473. minilzo.c:1004:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  474. COMPILE_TIME_ASSERT(SHRT_MAX == LZO_STYPE_MAX(sizeof(short)));
  475. ^
  476. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  477. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  478. ^
  479. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  480. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  481. ^
  482. minilzo.c:1005:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  483. COMPILE_TIME_ASSERT(USHRT_MAX == LZO_UTYPE_MAX(sizeof(unsigned short)));
  484. ^
  485. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  486. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  487. ^
  488. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  489. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  490. ^
  491. minilzo.c:1006:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  492. COMPILE_TIME_ASSERT(LZO_UINT32_MAX == LZO_UTYPE_MAX(sizeof(lzo_uint32)));
  493. ^
  494. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  495. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  496. ^
  497. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  498. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  499. ^
  500. minilzo.c:1007:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  501. COMPILE_TIME_ASSERT(LZO_UINT_MAX == LZO_UTYPE_MAX(sizeof(lzo_uint)));
  502. ^
  503. minilzo.c: In function 'lzo_bool basic_ptr_check()':
  504. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  505. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  506. ^
  507. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  508. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  509. ^
  510. minilzo.c:1021:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  511. COMPILE_TIME_ASSERT(sizeof(char *) >= sizeof(int));
  512. ^
  513. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  514. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  515. ^
  516. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  517. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  518. ^
  519. minilzo.c:1022:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  520. COMPILE_TIME_ASSERT(sizeof(lzo_byte *) >= sizeof(char *));
  521. ^
  522. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  523. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  524. ^
  525. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  526. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  527. ^
  528. minilzo.c:1024:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  529. COMPILE_TIME_ASSERT(sizeof(lzo_voidp) == sizeof(lzo_byte *));
  530. ^
  531. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  532. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  533. ^
  534. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  535. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  536. ^
  537. minilzo.c:1025:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  538. COMPILE_TIME_ASSERT(sizeof(lzo_voidp) == sizeof(lzo_voidpp));
  539. ^
  540. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  541. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  542. ^
  543. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  544. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  545. ^
  546. minilzo.c:1026:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  547. COMPILE_TIME_ASSERT(sizeof(lzo_voidp) == sizeof(lzo_bytepp));
  548. ^
  549. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  550. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  551. ^
  552. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  553. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  554. ^
  555. minilzo.c:1027:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  556. COMPILE_TIME_ASSERT(sizeof(lzo_voidp) >= sizeof(lzo_uint));
  557. ^
  558. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  559. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  560. ^
  561. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  562. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  563. ^
  564. minilzo.c:1029:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  565. COMPILE_TIME_ASSERT(sizeof(lzo_ptr_t) == sizeof(lzo_voidp));
  566. ^
  567. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  568. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  569. ^
  570. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  571. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  572. ^
  573. minilzo.c:1030:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  574. COMPILE_TIME_ASSERT(sizeof(lzo_ptr_t) == sizeof(lzo_sptr_t));
  575. ^
  576. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  577. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  578. ^
  579. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  580. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  581. ^
  582. minilzo.c:1031:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  583. COMPILE_TIME_ASSERT(sizeof(lzo_ptr_t) >= sizeof(lzo_uint));
  584. ^
  585. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  586. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  587. ^
  588. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  589. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  590. ^
  591. minilzo.c:1033:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  592. COMPILE_TIME_ASSERT(sizeof(lzo_ptrdiff_t) >= 4);
  593. ^
  594. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  595. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  596. ^
  597. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  598. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  599. ^
  600. minilzo.c:1034:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  601. COMPILE_TIME_ASSERT(sizeof(lzo_ptrdiff_t) >= sizeof(ptrdiff_t));
  602. ^
  603. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  604. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  605. ^
  606. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  607. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  608. ^
  609. minilzo.c:1036:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  610. COMPILE_TIME_ASSERT(sizeof(ptrdiff_t) >= sizeof(size_t));
  611. ^
  612. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  613. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  614. ^
  615. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  616. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  617. ^
  618. minilzo.c:1037:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  619. COMPILE_TIME_ASSERT(sizeof(lzo_ptrdiff_t) >= sizeof(lzo_uint));
  620. ^
  621. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  622. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  623. ^
  624. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  625. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  626. ^
  627. minilzo.c:1046:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  628. COMPILE_TIME_ASSERT(IS_SIGNED(ptrdiff_t));
  629. ^
  630. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  631. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  632. ^
  633. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  634. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  635. ^
  636. minilzo.c:1047:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  637. COMPILE_TIME_ASSERT(IS_UNSIGNED(size_t));
  638. ^
  639. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  640. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  641. ^
  642. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  643. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  644. ^
  645. minilzo.c:1048:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  646. COMPILE_TIME_ASSERT(IS_SIGNED(lzo_ptrdiff_t));
  647. ^
  648. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  649. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  650. ^
  651. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  652. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  653. ^
  654. minilzo.c:1049:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  655. COMPILE_TIME_ASSERT(IS_SIGNED(lzo_sptr_t));
  656. ^
  657. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  658. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  659. ^
  660. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  661. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  662. ^
  663. minilzo.c:1050:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  664. COMPILE_TIME_ASSERT(IS_UNSIGNED(lzo_ptr_t));
  665. ^
  666. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  667. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  668. ^
  669. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  670. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  671. ^
  672. minilzo.c:1051:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  673. COMPILE_TIME_ASSERT(IS_UNSIGNED(lzo_moff_t));
  674. ^
  675. minilzo.c: In function 'int _lzo_config_check()':
  676. minilzo.c:1217:44: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  677. b[i] = * (const unsigned short *) &u.x[i];
  678. ^
  679. minilzo.c:1240:40: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  680. a[i] = * (const lzo_uint32 *) &u.x[i];
  681. ^
  682. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  683. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  684. ^
  685. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  686. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  687. ^
  688. minilzo.c:1172:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  689. COMPILE_TIME_ASSERT( (int) ((unsigned char) ((signed char) -1)) == 255);
  690. ^
  691. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  692. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  693. ^
  694. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  695. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  696. ^
  697. minilzo.c:1173:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  698. COMPILE_TIME_ASSERT( (((unsigned char)128) << (int)(8*sizeof(int)-8)) < 0);
  699. ^
  700. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  701. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  702. ^
  703. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  704. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  705. ^
  706. minilzo.c:1211:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  707. COMPILE_TIME_ASSERT(sizeof(short) == 2);
  708. ^
  709. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  710. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  711. ^
  712. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  713. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  714. ^
  715. minilzo.c:1234:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  716. COMPILE_TIME_ASSERT(sizeof(lzo_uint32) == 4);
  717. ^
  718. minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  719. { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
  720. ^
  721. minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
  722. # define COMPILE_TIME_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
  723. ^
  724. minilzo.c:1260:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  725. COMPILE_TIME_ASSERT(lzo_sizeof_dict_t == sizeof(lzo_dict_t));
  726. ^
  727. buff_on_attributes.cpp: In member function 'void CBuffOnAttributes::ChangeBuffValue(BYTE)':
  728. buff_on_attributes.cpp:119:8: warning: unused variable 'old_value' [-Wunused-variable]
  729. int old_value = sum_of_attr_value * m_bBuffValue / 100;
  730. ^
  731. buff_on_attributes.cpp:120:8: warning: unused variable 'new_value' [-Wunused-variable]
  732. int new_value = sum_of_attr_value * bNewValue / 100;
  733. ^
  734. In file included from ../../../Extern/include/cryptopp/secblock.h:7:0,
  735. from ../../../Extern/include/cryptopp/modes.h:8,
  736. from cipher.cpp:7:
  737. ../../../Extern/include/cryptopp/algparam.h: In instantiation of 'CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string<char>]':
  738. ../../../Extern/include/cryptopp/filters.h:793:132: required from here
  739. ../../../Extern/include/cryptopp/misc.h:58:118: warning: unused variable 'cryptopp_assert_26' [-Wunused-variable]
  740. #define CRYPTOPP_COMPILE_ASSERT_INSTANCE(assertion, instance) static CompileAssert<(assertion)> CRYPTOPP_ASSERT_JOIN(cryptopp_assert_, instance)
  741. ^
  742. ../../../Extern/include/cryptopp/misc.h:61:39: note: in definition of macro 'CRYPTOPP_DO_ASSERT_JOIN'
  743. #define CRYPTOPP_DO_ASSERT_JOIN(X, Y) X##Y
  744. ^
  745. ../../../Extern/include/cryptopp/misc.h:58:97: note: in expansion of macro 'CRYPTOPP_ASSERT_JOIN'
  746. #define CRYPTOPP_COMPILE_ASSERT_INSTANCE(assertion, instance) static CompileAssert<(assertion)> CRYPTOPP_ASSERT_JOIN(cryptopp_assert_, instance)
  747. ^
  748. ../../../Extern/include/cryptopp/misc.h:54:44: note: in expansion of macro 'CRYPTOPP_COMPILE_ASSERT_INSTANCE'
  749. #define CRYPTOPP_COMPILE_ASSERT(assertion) CRYPTOPP_COMPILE_ASSERT_INSTANCE(assertion, __LINE__)
  750. ^
  751. ../../../Extern/include/cryptopp/algparam.h:26:9: note: in expansion of macro 'CRYPTOPP_COMPILE_ASSERT'
  752. CRYPTOPP_COMPILE_ASSERT(sizeof(CPP_TYPENAME T::value_type) == 1);
  753. ^
  754. compile minilzo.c with g++49 -s -Wall -ffat-lto-objects -flto -fuse-linker-plugin -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-partial-pre -fipa-cp-clone -m32 -pipe -fexceptions -D_THREAD_SAFE -DNDEBUG -Wl,-rpath,/usr/local/lib32/metin2 -std=c++11 -mtune=i686 -mssse3
  755. In file included from ../../../Extern/include/cryptopp/modes.h:12:0,
  756. from cipher.cpp:7:
  757. ../../../Extern/include/cryptopp/algparam.h: In instantiation of 'void CryptoPP::AlgorithmParametersTemplate<T>::MoveInto(void*) const [with T = CryptoPP::Integer]':
  758. cipher.cpp:398:1: required from here
  759. ../../../Extern/include/cryptopp/algparam.h:322:35: warning: unused variable 'p' [-Wunused-variable]
  760. AlgorithmParametersTemplate<T>* p = new(buffer) AlgorithmParametersTemplate<T>(*this);
  761. ^
  762. ../../../Extern/include/cryptopp/algparam.h: In instantiation of 'void CryptoPP::AlgorithmParametersTemplate<T>::MoveInto(void*) const [with T = CryptoPP::RandomNumberGenerator*]':
  763. cipher.cpp:398:1: required from here
  764. ../../../Extern/include/cryptopp/algparam.h:322:35: warning: unused variable 'p' [-Wunused-variable]
  765. DragonSoul.cpp: In member function 'bool DSManager::ExtractDragonHeart(LPCHARACTER, LPITEM, LPITEM)':
  766. DragonSoul.cpp:353:8: warning: unused variable 'sum' [-Wunused-variable]
  767. float sum = 0.f;
  768. ^
  769. DragonSoul.cpp: In member function 'bool DSManager::PullOut(LPCHARACTER, TItemPos, CItem*&, LPITEM)':
  770. DragonSoul.cpp:438:9: warning: unused variable 'dwVnum' [-Wunused-variable]
  771. DWORD dwVnum = pItem->GetVnum();
  772. ^
  773. DragonSoul.cpp: In member function 'bool DSManager::DoRefineGrade(LPCHARACTER, TItemPos (&)[15])':
  774. DragonSoul.cpp:558:8: warning: unused variable 'prob_sum' [-Wunused-variable]
  775. float prob_sum;
  776. ^
  777. DragonSoul.cpp: In member function 'bool DSManager::DoRefineStep(LPCHARACTER, TItemPos (&)[15])':
  778. DragonSoul.cpp:766:8: warning: unused variable 'sum' [-Wunused-variable]
  779. float sum = 0.f;
  780. ^
  781. item_manager_read_tables.cpp: In member function 'bool ITEM_MANAGER::ReadMonsterDropItemGroup(const char*)':
  782. item_manager_read_tables.cpp:637:21: warning: unused variable 'pkGroup' [-Wunused-variable]
  783. CDropItemGroup* pkGroup = it->second;
  784. ^
  785. In file included from ../../../Extern/include/boost/mpl/aux_/integral_wrapper.hpp:22:0,
  786. from ../../../Extern/include/boost/mpl/int.hpp:20,
  787. from ../../../Extern/include/boost/mpl/lambda_fwd.hpp:23,
  788. from ../../../Extern/include/boost/mpl/aux_/na_spec.hpp:18,
  789. from ../../../Extern/include/boost/mpl/if.hpp:19,
  790. from ../../../Extern/include/boost/mpl/eval_if.hpp:17,
  791. from ../../../Extern/include/boost/iterator/iterator_categories.hpp:15,
  792. from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
  793. from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
  794. from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
  795. from ../../../Extern/include/boost/unordered_map.hpp:16,
  796. from desc_manager.h:4,
  797. from shop_manager.cpp:8:
  798. ../../../Extern/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
  799. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check43' locally defined but not used [-Wunused-local-typedefs]
  800. BOOST_PP_CAT(boost_concept_check,__LINE__)
  801. ^
  802. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  803. # define BOOST_PP_CAT_I(a, b) a ## b
  804. ^
  805. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  806. BOOST_PP_CAT(boost_concept_check,__LINE__)
  807. ^
  808. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  809. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  810. ^
  811. ../../../Extern/include/boost/concept_check.hpp:43:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  812. BOOST_CONCEPT_ASSERT((Model));
  813. ^
  814. ../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
  815. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check413' locally defined but not used [-Wunused-local-typedefs]
  816. BOOST_PP_CAT(boost_concept_check,__LINE__)
  817. ^
  818. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  819. # define BOOST_PP_CAT_I(a, b) a ## b
  820. ^
  821. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  822. BOOST_PP_CAT(boost_concept_check,__LINE__)
  823. ^
  824. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  825. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  826. ^
  827. ../../../Extern/include/boost/concept_check.hpp:413:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  828. BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
  829. ^
  830. ../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
  831. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check425' locally defined but not used [-Wunused-local-typedefs]
  832. BOOST_PP_CAT(boost_concept_check,__LINE__)
  833. ^
  834. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  835. # define BOOST_PP_CAT_I(a, b) a ## b
  836. ^
  837. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  838. BOOST_PP_CAT(boost_concept_check,__LINE__)
  839. ^
  840. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  841. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  842. ^
  843. ../../../Extern/include/boost/concept_check.hpp:425:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  844. BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
  845. ^
  846. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check426' locally defined but not used [-Wunused-local-typedefs]
  847. BOOST_PP_CAT(boost_concept_check,__LINE__)
  848. ^
  849. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  850. # define BOOST_PP_CAT_I(a, b) a ## b
  851. ^
  852. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  853. BOOST_PP_CAT(boost_concept_check,__LINE__)
  854. ^
  855. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  856. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  857. ^
  858. ../../../Extern/include/boost/concept_check.hpp:426:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  859. BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
  860. ^
  861. ../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
  862. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check444' locally defined but not used [-Wunused-local-typedefs]
  863. BOOST_PP_CAT(boost_concept_check,__LINE__)
  864. ^
  865. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  866. # define BOOST_PP_CAT_I(a, b) a ## b
  867. ^
  868. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  869. BOOST_PP_CAT(boost_concept_check,__LINE__)
  870. ^
  871. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  872. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  873. ^
  874. ../../../Extern/include/boost/concept_check.hpp:444:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  875. BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
  876. ^
  877. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check445' locally defined but not used [-Wunused-local-typedefs]
  878. BOOST_PP_CAT(boost_concept_check,__LINE__)
  879. ^
  880. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  881. # define BOOST_PP_CAT_I(a, b) a ## b
  882. ^
  883. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  884. BOOST_PP_CAT(boost_concept_check,__LINE__)
  885. ^
  886. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  887. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  888. ^
  889. ../../../Extern/include/boost/concept_check.hpp:445:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  890. BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
  891. ^
  892. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check446' locally defined but not used [-Wunused-local-typedefs]
  893. BOOST_PP_CAT(boost_concept_check,__LINE__)
  894. ^
  895. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  896. # define BOOST_PP_CAT_I(a, b) a ## b
  897. ^
  898. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  899. BOOST_PP_CAT(boost_concept_check,__LINE__)
  900. ^
  901. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  902. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  903. ^
  904. ../../../Extern/include/boost/concept_check.hpp:446:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  905. BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
  906. ^
  907. ../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
  908. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check477' locally defined but not used [-Wunused-local-typedefs]
  909. BOOST_PP_CAT(boost_concept_check,__LINE__)
  910. ^
  911. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  912. # define BOOST_PP_CAT_I(a, b) a ## b
  913. ^
  914. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  915. BOOST_PP_CAT(boost_concept_check,__LINE__)
  916. ^
  917. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  918. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  919. ^
  920. ../../../Extern/include/boost/concept_check.hpp:477:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  921. BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
  922. ^
  923. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check478' locally defined but not used [-Wunused-local-typedefs]
  924. BOOST_PP_CAT(boost_concept_check,__LINE__)
  925. ^
  926. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  927. # define BOOST_PP_CAT_I(a, b) a ## b
  928. ^
  929. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  930. BOOST_PP_CAT(boost_concept_check,__LINE__)
  931. ^
  932. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  933. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  934. ^
  935. ../../../Extern/include/boost/concept_check.hpp:478:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  936. BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
  937. ^
  938. ../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
  939. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check511' locally defined but not used [-Wunused-local-typedefs]
  940. BOOST_PP_CAT(boost_concept_check,__LINE__)
  941. ^
  942. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  943. # define BOOST_PP_CAT_I(a, b) a ## b
  944. ^
  945. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  946. BOOST_PP_CAT(boost_concept_check,__LINE__)
  947. ^
  948. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  949. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  950. ^
  951. ../../../Extern/include/boost/concept_check.hpp:508:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  952. BOOST_CONCEPT_ASSERT((Convertible<
  953. ^
  954. ../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
  955. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check539' locally defined but not used [-Wunused-local-typedefs]
  956. BOOST_PP_CAT(boost_concept_check,__LINE__)
  957. ^
  958. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  959. # define BOOST_PP_CAT_I(a, b) a ## b
  960. ^
  961. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  962. BOOST_PP_CAT(boost_concept_check,__LINE__)
  963. ^
  964. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  965. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  966. ^
  967. ../../../Extern/include/boost/concept_check.hpp:536:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  968. BOOST_CONCEPT_ASSERT((Convertible<
  969. ^
  970. ../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
  971. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check569' locally defined but not used [-Wunused-local-typedefs]
  972. BOOST_PP_CAT(boost_concept_check,__LINE__)
  973. ^
  974. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  975. # define BOOST_PP_CAT_I(a, b) a ## b
  976. ^
  977. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  978. BOOST_PP_CAT(boost_concept_check,__LINE__)
  979. ^
  980. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  981. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  982. ^
  983. ../../../Extern/include/boost/concept_check.hpp:566:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  984. BOOST_CONCEPT_ASSERT((Convertible<
  985. ^
  986. ../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
  987. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check613' locally defined but not used [-Wunused-local-typedefs]
  988. BOOST_PP_CAT(boost_concept_check,__LINE__)
  989. ^
  990. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  991. # define BOOST_PP_CAT_I(a, b) a ## b
  992. ^
  993. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  994. BOOST_PP_CAT(boost_concept_check,__LINE__)
  995. ^
  996. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  997. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  998. ^
  999. ../../../Extern/include/boost/concept_check.hpp:613:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1000. BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
  1001. ^
  1002. ../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
  1003. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check641' locally defined but not used [-Wunused-local-typedefs]
  1004. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1005. ^
  1006. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1007. # define BOOST_PP_CAT_I(a, b) a ## b
  1008. ^
  1009. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1010. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1011. ^
  1012. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1013. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1014. ^
  1015. ../../../Extern/include/boost/concept_check.hpp:640:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1016. BOOST_CONCEPT_ASSERT((
  1017. ^
  1018. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check643' locally defined but not used [-Wunused-local-typedefs]
  1019. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1020. ^
  1021. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1022. # define BOOST_PP_CAT_I(a, b) a ## b
  1023. ^
  1024. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1025. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1026. ^
  1027. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1028. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1029. ^
  1030. ../../../Extern/include/boost/concept_check.hpp:643:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1031. BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
  1032. ^
  1033. ../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
  1034. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check663' locally defined but not used [-Wunused-local-typedefs]
  1035. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1036. ^
  1037. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1038. # define BOOST_PP_CAT_I(a, b) a ## b
  1039. ^
  1040. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1041. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1042. ^
  1043. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1044. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1045. ^
  1046. ../../../Extern/include/boost/concept_check.hpp:660:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1047. BOOST_CONCEPT_ASSERT((
  1048. ^
  1049. ../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
  1050. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check676' locally defined but not used [-Wunused-local-typedefs]
  1051. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1052. ^
  1053. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1054. # define BOOST_PP_CAT_I(a, b) a ## b
  1055. ^
  1056. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1057. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1058. ^
  1059. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1060. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1061. ^
  1062. ../../../Extern/include/boost/concept_check.hpp:673:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1063. BOOST_CONCEPT_ASSERT((
  1064. ^
  1065. ../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
  1066. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check691' locally defined but not used [-Wunused-local-typedefs]
  1067. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1068. ^
  1069. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1070. # define BOOST_PP_CAT_I(a, b) a ## b
  1071. ^
  1072. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1073. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1074. ^
  1075. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1076. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1077. ^
  1078. ../../../Extern/include/boost/concept_check.hpp:689:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1079. BOOST_CONCEPT_ASSERT((
  1080. ^
  1081. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check693' locally defined but not used [-Wunused-local-typedefs]
  1082. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1083. ^
  1084. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1085. # define BOOST_PP_CAT_I(a, b) a ## b
  1086. ^
  1087. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1088. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1089. ^
  1090. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1091. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1092. ^
  1093. ../../../Extern/include/boost/concept_check.hpp:693:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1094. BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
  1095. ^
  1096. ../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
  1097. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check715' locally defined but not used [-Wunused-local-typedefs]
  1098. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1099. ^
  1100. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1101. # define BOOST_PP_CAT_I(a, b) a ## b
  1102. ^
  1103. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1104. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1105. ^
  1106. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1107. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1108. ^
  1109. ../../../Extern/include/boost/concept_check.hpp:715:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1110. BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
  1111. ^
  1112. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
  1113. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1114. ^
  1115. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1116. # define BOOST_PP_CAT_I(a, b) a ## b
  1117. ^
  1118. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1119. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1120. ^
  1121. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1122. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1123. ^
  1124. ../../../Extern/include/boost/concept_check.hpp:716:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1125. BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
  1126. ^
  1127. ../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
  1128. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check736' locally defined but not used [-Wunused-local-typedefs]
  1129. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1130. ^
  1131. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1132. # define BOOST_PP_CAT_I(a, b) a ## b
  1133. ^
  1134. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1135. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1136. ^
  1137. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1138. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1139. ^
  1140. ../../../Extern/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1141. BOOST_CONCEPT_ASSERT((
  1142. ^
  1143. ../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
  1144. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check760' locally defined but not used [-Wunused-local-typedefs]
  1145. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1146. ^
  1147. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1148. # define BOOST_PP_CAT_I(a, b) a ## b
  1149. ^
  1150. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1151. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1152. ^
  1153. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1154. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1155. ^
  1156. ../../../Extern/include/boost/concept_check.hpp:760:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1157. BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
  1158. ^
  1159. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check761' locally defined but not used [-Wunused-local-typedefs]
  1160. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1161. ^
  1162. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1163. # define BOOST_PP_CAT_I(a, b) a ## b
  1164. ^
  1165. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1166. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1167. ^
  1168. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1169. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1170. ^
  1171. ../../../Extern/include/boost/concept_check.hpp:761:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1172. BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
  1173. ^
  1174. ../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
  1175. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check865' locally defined but not used [-Wunused-local-typedefs]
  1176. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1177. ^
  1178. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1179. # define BOOST_PP_CAT_I(a, b) a ## b
  1180. ^
  1181. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1182. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1183. ^
  1184. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1185. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1186. ^
  1187. ../../../Extern/include/boost/concept_check.hpp:865:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1188. BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
  1189. ^
  1190. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check868' locally defined but not used [-Wunused-local-typedefs]
  1191. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1192. ^
  1193. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1194. # define BOOST_PP_CAT_I(a, b) a ## b
  1195. ^
  1196. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1197. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1198. ^
  1199. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1200. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1201. ^
  1202. ../../../Extern/include/boost/concept_check.hpp:868:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1203. BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
  1204. ^
  1205. ../../../Extern/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)':
  1206. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check162' locally defined but not used [-Wunused-local-typedefs]
  1207. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1208. ^
  1209. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1210. # define BOOST_PP_CAT_I(a, b) a ## b
  1211. ^
  1212. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1213. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1214. ^
  1215. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1216. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1217. ^
  1218. ../../../Extern/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1219. #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
  1220. ^
  1221. ../../../Extern/include/boost/range/algorithm/equal.hpp:162:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
  1222. BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<SinglePassRange1> ));
  1223. ^
  1224. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check163' locally defined but not used [-Wunused-local-typedefs]
  1225. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1226. ^
  1227. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1228. # define BOOST_PP_CAT_I(a, b) a ## b
  1229. ^
  1230. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1231. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1232. ^
  1233. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1234. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1235. ^
  1236. ../../../Extern/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1237. #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
  1238. ^
  1239. ../../../Extern/include/boost/range/algorithm/equal.hpp:163:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
  1240. BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<SinglePassRange2> ));
  1241. ^
  1242. ../../../Extern/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)':
  1243. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check175' locally defined but not used [-Wunused-local-typedefs]
  1244. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1245. ^
  1246. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1247. # define BOOST_PP_CAT_I(a, b) a ## b
  1248. ^
  1249. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1250. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1251. ^
  1252. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1253. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1254. ^
  1255. ../../../Extern/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1256. #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
  1257. ^
  1258. ../../../Extern/include/boost/range/algorithm/equal.hpp:175:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
  1259. BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<SinglePassRange1> ));
  1260. ^
  1261. ../../../Extern/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check176' locally defined but not used [-Wunused-local-typedefs]
  1262. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1263. ^
  1264. ../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
  1265. # define BOOST_PP_CAT_I(a, b) a ## b
  1266. ^
  1267. ../../../Extern/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT'
  1268. BOOST_PP_CAT(boost_concept_check,__LINE__)
  1269. ^
  1270. ../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
  1271. BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
  1272. ^
  1273. ../../../Extern/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
  1274. #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
  1275. ^
  1276. ../../../Extern/include/boost/range/algorithm/equal.hpp:176:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
  1277. BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<SinglePassRange2> ));
  1278. ^
  1279. In file included from ../../../Extern/include/boost/algorithm/string/finder.hpp:23:0,
  1280. from ../../../Extern/include/boost/algorithm/string/find.hpp:22,
  1281. from ../../../Extern/include/boost/algorithm/string/predicate.hpp:23,
  1282. from shop_manager.cpp:25:
  1283. ../../../Extern/include/boost/algorithm/string/detail/finder.hpp: In member function 'boost::iterator_range<Iterator> boost::algorithm::detail::last_finderF<SearchIteratorT, PredicateT>::findit(ForwardIteratorT, ForwardIteratorT, std::forward_iterator_tag) const':
  1284. ../../../Extern/include/boost/algorithm/string/detail/finder.hpp:145:46: warning: typedef 'input_iterator_type' locally defined but not used [-Wunused-local-typedefs]
  1285. typedef ForwardIteratorT input_iterator_type;
  1286. ^
  1287. ../../../Extern/include/boost/algorithm/string/detail/finder.hpp: In member function 'boost::iterator_range<Iterator> boost::algorithm::detail::nth_finderF<SearchIteratorT, PredicateT>::find_forward(ForwardIteratorT, ForwardIteratorT, unsigned int) const':
  1288. ../../../Extern/include/boost/algorithm/string/detail/finder.hpp:266:46: warning: typedef 'input_iterator_type' locally defined but not used [-Wunused-local-typedefs]
  1289. typedef ForwardIteratorT input_iterator_type;
  1290. ^
  1291. ../../../Extern/include/boost/algorithm/string/detail/finder.hpp: In member function 'boost::iterator_range<Iterator> boost::algorithm::detail::nth_finderF<SearchIteratorT, PredicateT>::find_backward(ForwardIteratorT, ForwardIteratorT, unsigned int) const':
  1292. ../../../Extern/include/boost/algorithm/string/detail/finder.hpp:301:46: warning: typedef 'input_iterator_type' locally defined but not used [-Wunused-local-typedefs]
  1293. typedef ForwardIteratorT input_iterator_type;
  1294. ^
  1295. ../../../Extern/include/boost/algorithm/string/detail/finder.hpp: In function 'boost::iterator_range<IteratorT> boost::algorithm::detail::find_head_impl(ForwardIteratorT, ForwardIteratorT, unsigned int, std::random_access_iterator_tag)':
  1296. ../../../Extern/include/boost/algorithm/string/detail/finder.hpp:365:42: warning: typedef 'input_iterator_type' locally defined but not used [-Wunused-local-typedefs]
  1297. typedef ForwardIteratorT input_iterator_type;
  1298. ^
  1299. ../../../Extern/include/boost/algorithm/string/detail/finder.hpp: In function 'boost::iterator_range<IteratorT> boost::algorithm::detail::find_tail_impl(ForwardIteratorT, ForwardIteratorT, unsigned int, std::random_access_iterator_tag)':
  1300. ../../../Extern/include/boost/algorithm/string/detail/finder.hpp:439:42: warning: typedef 'input_iterator_type' locally defined but not used [-Wunused-local-typedefs]
  1301. typedef ForwardIteratorT input_iterator_type;
  1302. ^
  1303. In file included from stdafx.h:7:0,
  1304. from shop_manager.cpp:1:
  1305. shop_manager.cpp: In member function 'bool CShopManager::Initialize(TShopTable*, int)':
  1306. debug_allocator.h:157:31: warning: deleting object of polymorphic class type 'CShop' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
  1307. #define M2_DELETE(p) delete (p)
  1308. ^
  1309. shop_manager.cpp:54:4: note: in expansion of macro 'M2_DELETE'
  1310. M2_DELETE(shop);
  1311. ^
  1312. shop_manager.cpp: In member function 'void CShopManager::Destroy()':
  1313. debug_allocator.h:157:31: warning: deleting object of polymorphic class type 'CShop' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
  1314. #define M2_DELETE(p) delete (p)
  1315. ^
  1316. shop_manager.cpp:75:3: note: in expansion of macro 'M2_DELETE'
  1317. M2_DELETE(it->second);
  1318. ^
  1319. shop_manager.cpp: In member function 'void CShopManager::DestroyPCShop(LPCHARACTER)':
  1320. debug_allocator.h:157:31: warning: deleting object of polymorphic class type 'CShop' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
  1321. #define M2_DELETE(p) delete (p)
  1322. ^
  1323. shop_manager.cpp:190:2: note: in expansion of macro 'M2_DELETE'
  1324. M2_DELETE(pkShop);
  1325. ^
  1326. In file included from ../../../Extern/include/cryptopp/secblock.h:7:0,
  1327. from ../../../Extern/include/cryptopp/modes.h:8,
  1328. from cipher.cpp:7:
  1329. ../../../Extern/include/cryptopp/misc.h:548:20: warning: 'CryptoPP::StringNarrow(wchar_t const*, bool)' defined but not used [-Wunused-function]
  1330. static std::string StringNarrow(const wchar_t *str, bool throwOnError = true)
  1331. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement