Advertisement
Guest User

Compile ERROR

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