Guest User

Compiling MSVS 19

a guest
Jun 23rd, 2019
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.56 KB | None | 0 0
  1. 1>------ Build started: Project: ZERO_CHECK, Configuration: Release x64 ------
  2. 1>Checking Build System
  3. 1>CMake does not need to re-run because C:/Users/Dns/Desktop/test/ia/build2/CMakeFiles/generate.stamp is up-to-date.
  4. 2>------ Build started: Project: ia, Configuration: Release x64 ------
  5. 2>Building Custom Rule C:/Users/Dns/Desktop/test/ia/CMakeLists.txt
  6. 2>CMake does not need to re-run because C:/Users/Dns/Desktop/test/ia/build2/CMakeFiles/generate.stamp is up-to-date.
  7. 2>ability_values.cpp
  8. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  9. 2>C:\Users\Dns\Desktop\test\ia\src\ability_values.cpp(194,26): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
  10. 2>C:\Users\Dns\Desktop\test\ia\src\ability_values.cpp(193,32): warning C4244: 'initializing': conversion from 'double' to 'const int', possible loss of data
  11. 2>C:\Users\Dns\Desktop\test\ia\src\ability_values.cpp(199,26): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
  12. 2>actor.cpp
  13. 2>C:\Users\Dns\Desktop\test\ia\src\ability_values.cpp(198,32): warning C4244: 'initializing': conversion from 'double' to 'const int', possible loss of data
  14. 2>actor_data.cpp
  15. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  16. 2>actor_death.cpp
  17. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  18. 2>actor_factory.cpp
  19. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  20. 2>actor_hit.cpp
  21. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  22. 2>actor_items.cpp
  23. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  24. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  25. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  26. 2>actor_mon.cpp
  27. 2>C:\Users\Dns\Desktop\test\ia\src\actor_items.cpp(285): message : see reference to function template instantiation 'T rnd::element<item::Id>(const std::vector<item::Id,std::allocator<_Ty>> &)' being compiled
  28. 2>C:\Users\Dns\Desktop\test\ia\src\actor_items.cpp(285): message : with
  29. 2>C:\Users\Dns\Desktop\test\ia\src\actor_items.cpp(285): message : [
  30. 2>C:\Users\Dns\Desktop\test\ia\src\actor_items.cpp(285): message : T=item::Id,
  31. 2>C:\Users\Dns\Desktop\test\ia\src\actor_items.cpp(285): message : _Ty=item::Id
  32. 2>C:\Users\Dns\Desktop\test\ia\src\actor_items.cpp(285): message : ]
  33. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  34. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  35. 2>actor_move.cpp
  36. 2>C:\Users\Dns\Desktop\test\ia\src\actor_mon.cpp(139): message : see reference to function template instantiation 'T rnd::element<std::string>(const std::vector<std::string,std::allocator<_Ty>> &)' being compiled
  37. 2>C:\Users\Dns\Desktop\test\ia\src\actor_mon.cpp(139): message : with
  38. 2>C:\Users\Dns\Desktop\test\ia\src\actor_mon.cpp(139): message : [
  39. 2>C:\Users\Dns\Desktop\test\ia\src\actor_mon.cpp(139): message : T=std::string,
  40. 2>C:\Users\Dns\Desktop\test\ia\src\actor_mon.cpp(139): message : _Ty=std::string
  41. 2>C:\Users\Dns\Desktop\test\ia\src\actor_mon.cpp(139): message : ]
  42. 2>actor_player.cpp
  43. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  44. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  45. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  46. 2>ai.cpp
  47. 2>C:\Users\Dns\Desktop\test\ia\src\actor_player.cpp(551): message : see reference to function template instantiation 'T rnd::element<std::string>(const std::vector<std::string,std::allocator<_Ty>> &)' being compiled
  48. 2>C:\Users\Dns\Desktop\test\ia\src\actor_player.cpp(551): message : with
  49. 2>C:\Users\Dns\Desktop\test\ia\src\actor_player.cpp(551): message : [
  50. 2>C:\Users\Dns\Desktop\test\ia\src\actor_player.cpp(551): message : T=std::string,
  51. 2>C:\Users\Dns\Desktop\test\ia\src\actor_player.cpp(551): message : _Ty=std::string
  52. 2>C:\Users\Dns\Desktop\test\ia\src\actor_player.cpp(551): message : ]
  53. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,29): error C2039: 'min': is not a member of 'std'
  54. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  55. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,1): error C3861: 'min': identifier not found
  56. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,29): error C2039: 'max': is not a member of 'std'
  57. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  58. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,1): error C3861: 'max': identifier not found
  59. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  60. 2>attack.cpp
  61. 2>C:\Users\Dns\Desktop\test\ia\src\ai.cpp(470,79): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  62. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  63. 2>C:\Users\Dns\Desktop\test\ia\src\attack.cpp(930,55): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  64. 2>C:\Users\Dns\Desktop\test\ia\src\attack.cpp(930,55): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  65. 2>C:\Users\Dns\Desktop\test\ia\src\attack.cpp(1532,73): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  66. 2>attack_data.cpp
  67. 2>C:\Users\Dns\Desktop\test\ia\src\attack.cpp(1532,73): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  68. 2>bot.cpp
  69. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  70. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  71. 2>C:\Users\Dns\Desktop\test\ia\src\bot.cpp(326,69): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  72. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  73. 2>browser.cpp
  74. 2>character_descr.cpp
  75. 2>C:\Users\Dns\Desktop\test\ia\src\bot.cpp(388): message : see reference to function template instantiation 'T rnd::element<PropId>(const std::vector<PropId,std::allocator<_Ty>> &)' being compiled
  76. 2>C:\Users\Dns\Desktop\test\ia\src\bot.cpp(388): message : with
  77. 2>C:\Users\Dns\Desktop\test\ia\src\bot.cpp(388): message : [
  78. 2>C:\Users\Dns\Desktop\test\ia\src\bot.cpp(388): message : T=PropId,
  79. 2>C:\Users\Dns\Desktop\test\ia\src\bot.cpp(388): message : _Ty=PropId
  80. 2>C:\Users\Dns\Desktop\test\ia\src\bot.cpp(388): message : ]
  81. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  82. 2>C:\Users\Dns\Desktop\test\ia\src\character_descr.cpp(270,69): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  83. 2>C:\Users\Dns\Desktop\test\ia\src\character_descr.cpp(270,69): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  84. 2>C:\Users\Dns\Desktop\test\ia\src\character_descr.cpp(279,49): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  85. 2>C:\Users\Dns\Desktop\test\ia\src\character_descr.cpp(279,49): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  86. 2>C:\Users\Dns\Desktop\test\ia\src\character_descr.cpp(324,48): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  87. 2>C:\Users\Dns\Desktop\test\ia\src\character_descr.cpp(324,48): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  88. 2>C:\Users\Dns\Desktop\test\ia\src\character_descr.cpp(346,48): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  89. 2>close.cpp
  90. 2>C:\Users\Dns\Desktop\test\ia\src\character_descr.cpp(346,48): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  91. 2>colors.cpp
  92. 2>common_text.cpp
  93. 2>config.cpp
  94. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  95. 2>C:\Users\Dns\Desktop\test\ia\src\config.cpp(1079,51): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  96. 2>Generating Code...
  97. 2>Compiling...
  98. 2>create_character.cpp
  99. 2>C:\Users\Dns\Desktop\test\ia\src\config.cpp(1079,51): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  100. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  101. 2>C:\Users\Dns\Desktop\test\ia\src\create_character.cpp(47,51): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  102. 2>C:\Users\Dns\Desktop\test\ia\src\create_character.cpp(202,51): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  103. 2>C:\Users\Dns\Desktop\test\ia\src\create_character.cpp(331,70): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  104. 2>C:\Users\Dns\Desktop\test\ia\src\create_character.cpp(333,74): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  105. 2>C:\Users\Dns\Desktop\test\ia\src\create_character.cpp(643,59): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  106. 2>C:\Users\Dns\Desktop\test\ia\src\create_character.cpp(643,59): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  107. 2>C:\Users\Dns\Desktop\test\ia\src\create_character.cpp(759,34): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  108. 2>C:\Users\Dns\Desktop\test\ia\src\create_character.cpp(763,43): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  109. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  110. 2>debug.cpp
  111. 2>direction.cpp
  112. 2>C:\Users\Dns\Desktop\test\ia\src\create_character.cpp(64): message : see reference to function template instantiation 'T rnd::element<Bg>(const std::vector<Bg,std::allocator<_Ty>> &)' being compiled
  113. 2>C:\Users\Dns\Desktop\test\ia\src\create_character.cpp(64): message : with
  114. 2>C:\Users\Dns\Desktop\test\ia\src\create_character.cpp(64): message : [
  115. 2>C:\Users\Dns\Desktop\test\ia\src\create_character.cpp(64): message : T=Bg,
  116. 2>C:\Users\Dns\Desktop\test\ia\src\create_character.cpp(64): message : _Ty=Bg
  117. 2>C:\Users\Dns\Desktop\test\ia\src\create_character.cpp(64): message : ]
  118. 2>disarm.cpp
  119. 2>C:\Users\Dns\Desktop\test\ia\src\direction.cpp(169,57): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  120. 2>dmg_range.cpp
  121. 2>draw_map.cpp
  122. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  123. 2>drop.cpp
  124. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  125. 2>explosion.cpp
  126. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  127. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,29): error C2039: 'min': is not a member of 'std'
  128. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  129. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,1): error C3861: 'min': identifier not found
  130. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,29): error C2039: 'max': is not a member of 'std'
  131. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  132. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,1): error C3861: 'max': identifier not found
  133. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  134. 2>C:\Users\Dns\Desktop\test\ia\src\explosion.cpp(117,54): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  135. 2>C:\Users\Dns\Desktop\test\ia\src\explosion.cpp(117,54): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  136. 2>C:\Users\Dns\Desktop\test\ia\src\explosion.cpp(358,46): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  137. 2>flood.cpp
  138. 2>C:\Users\Dns\Desktop\test\ia\src\explosion.cpp(358,46): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  139. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,29): error C2039: 'min': is not a member of 'std'
  140. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  141. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,1): error C3861: 'min': identifier not found
  142. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,29): error C2039: 'max': is not a member of 'std'
  143. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  144. 2>fov.cpp
  145. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,1): error C3861: 'max': identifier not found
  146. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,29): error C2039: 'min': is not a member of 'std'
  147. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  148. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,1): error C3861: 'min': identifier not found
  149. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,29): error C2039: 'max': is not a member of 'std'
  150. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  151. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,1): error C3861: 'max': identifier not found
  152. 2>C:\Users\Dns\Desktop\test\ia\src\fov.cpp(25,25): error C2039: 'max': is not a member of 'std'
  153. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\iostream(14): message : see declaration of 'std'
  154. 2>C:\Users\Dns\Desktop\test\ia\src\fov.cpp(25,28): error C3861: 'max': identifier not found
  155. 2>C:\Users\Dns\Desktop\test\ia\src\fov.cpp(26,25): error C2039: 'max': is not a member of 'std'
  156. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\iostream(14): message : see declaration of 'std'
  157. 2>C:\Users\Dns\Desktop\test\ia\src\fov.cpp(26,28): error C3861: 'max': identifier not found
  158. 2>C:\Users\Dns\Desktop\test\ia\src\fov.cpp(28,25): error C2039: 'min': is not a member of 'std'
  159. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\iostream(14): message : see declaration of 'std'
  160. 2>C:\Users\Dns\Desktop\test\ia\src\fov.cpp(28,28): error C3861: 'min': identifier not found
  161. 2>C:\Users\Dns\Desktop\test\ia\src\fov.cpp(29,25): error C2039: 'min': is not a member of 'std'
  162. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\iostream(14): message : see declaration of 'std'
  163. 2>game.cpp
  164. 2>C:\Users\Dns\Desktop\test\ia\src\fov.cpp(29,28): error C3861: 'min': identifier not found
  165. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  166. 2>game_commands.cpp
  167. 2>C:\Users\Dns\Desktop\test\ia\src\game.cpp(71,48): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  168. 2>game_time.cpp
  169. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  170. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  171. 2>gfx.cpp
  172. 2>gods.cpp
  173. 2>highscore.cpp
  174. 2>C:\Users\Dns\Desktop\test\ia\src\game_time.cpp(420,58): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  175. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  176. 2>C:\Users\Dns\Desktop\test\ia\src\highscore.cpp(309,73): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  177. 2>C:\Users\Dns\Desktop\test\ia\src\highscore.cpp(514,48): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  178. 2>C:\Users\Dns\Desktop\test\ia\src\highscore.cpp(514,48): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  179. 2>C:\Users\Dns\Desktop\test\ia\src\highscore.cpp(539,48): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  180. 2>info_screen_state.cpp
  181. 2>C:\Users\Dns\Desktop\test\ia\src\highscore.cpp(539,48): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  182. 2>C:\Users\Dns\Desktop\test\ia\include\info_screen_state.hpp(29,22): error C2039: 'string': is not a member of 'std'
  183. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\memory(19): message : see declaration of 'std'
  184. 2>C:\Users\Dns\Desktop\test\ia\include\info_screen_state.hpp(29,34): error C3646: 'title': unknown override specifier
  185. 2>C:\Users\Dns\Desktop\test\ia\include\info_screen_state.hpp(29,35): error C2059: syntax error: ')'
  186. 2>C:\Users\Dns\Desktop\test\ia\include\info_screen_state.hpp(29,46): error C2238: unexpected token(s) preceding ';'
  187. 2>init.cpp
  188. 2>C:\Users\Dns\Desktop\test\ia\src\info_screen_state.cpp(61,23): error C3861: 'title': identifier not found
  189. 2>insanity.cpp
  190. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  191. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  192. 2>inventory.cpp
  193. 2>C:\Users\Dns\Desktop\test\ia\src\insanity.cpp(847,72): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  194. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  195. 2>C:\Users\Dns\Desktop\test\ia\src\inventory.cpp(81,42): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  196. 2>Generating Code...
  197. 2>Compiling...
  198. 2>inventory_handling.cpp
  199. 2>C:\Users\Dns\Desktop\test\ia\src\inventory.cpp(633,33): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  200. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  201. 2>C:\Users\Dns\Desktop\test\ia\src\inventory_handling.cpp(90,61): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  202. 2>C:\Users\Dns\Desktop\test\ia\src\inventory_handling.cpp(361,71): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  203. 2>C:\Users\Dns\Desktop\test\ia\src\inventory_handling.cpp(387,48): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  204. 2>C:\Users\Dns\Desktop\test\ia\src\inventory_handling.cpp(858,44): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  205. 2>C:\Users\Dns\Desktop\test\ia\src\inventory_handling.cpp(1191,44): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  206. 2>C:\Users\Dns\Desktop\test\ia\src\inventory_handling.cpp(1365,77): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  207. 2>C:\Users\Dns\Desktop\test\ia\src\inventory_handling.cpp(1455,44): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  208. 2>item.cpp
  209. 2>C:\Users\Dns\Desktop\test\ia\src\inventory_handling.cpp(1691,44): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  210. 2>item_artifact.cpp
  211. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  212. 2>item_data.cpp
  213. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  214. 2>item_device.cpp
  215. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  216. 2>item_factory.cpp
  217. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  218. 2>item_potion.cpp
  219. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  220. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  221. 2>C:\Users\Dns\Desktop\test\ia\src\item_potion.cpp(88,72): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  222. 2>item_rod.cpp
  223. 2>C:\Users\Dns\Desktop\test\ia\src\item_potion.cpp(607,75): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  224. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  225. 2>item_scroll.cpp
  226. 2>C:\Users\Dns\Desktop\test\ia\src\item_rod.cpp(107,69): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  227. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  228. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(151,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  229. 2>knockback.cpp
  230. 2>C:\Users\Dns\Desktop\test\ia\src\item_scroll.cpp(129): message : see reference to function template instantiation 'size_t rnd::idx<std::string>(const std::vector<std::string,std::allocator<_Ty>> &)' being compiled
  231. 2>C:\Users\Dns\Desktop\test\ia\src\item_scroll.cpp(129): message : with
  232. 2>C:\Users\Dns\Desktop\test\ia\src\item_scroll.cpp(129): message : [
  233. 2>C:\Users\Dns\Desktop\test\ia\src\item_scroll.cpp(129): message : _Ty=std::string
  234. 2>C:\Users\Dns\Desktop\test\ia\src\item_scroll.cpp(129): message : ]
  235. 2>line_calc.cpp
  236. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  237. 2>C:\Users\Dns\Desktop\test\ia\src\line_calc.cpp(133,59): warning C4244: 'argument': conversion from 'double' to 'const int', possible loss of data
  238. 2>look.cpp
  239. 2>C:\Users\Dns\Desktop\test\ia\src\line_calc.cpp(133,38): warning C4244: 'argument': conversion from 'double' to 'const int', possible loss of data
  240. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  241. 2>C:\Users\Dns\Desktop\test\ia\src\look.cpp(382,48): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  242. 2>C:\Users\Dns\Desktop\test\ia\src\look.cpp(382,48): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  243. 2>C:\Users\Dns\Desktop\test\ia\src\look.cpp(407,48): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  244. 2>main_menu.cpp
  245. 2>C:\Users\Dns\Desktop\test\ia\src\look.cpp(407,48): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  246. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  247. 2>C:\Users\Dns\Desktop\test\ia\src\main_menu.cpp(261,61): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  248. 2>C:\Users\Dns\Desktop\test\ia\src\main_menu.cpp(261,61): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  249. 2>C:\Users\Dns\Desktop\test\ia\src\main_menu.cpp(338,46): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  250. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  251. 2>manual.cpp
  252. 2>C:\Users\Dns\Desktop\test\ia\src\main_menu.cpp(549): message : see reference to function template instantiation 'T rnd::element<std::string>(const std::vector<std::string,std::allocator<_Ty>> &)' being compiled
  253. 2>C:\Users\Dns\Desktop\test\ia\src\main_menu.cpp(549): message : with
  254. 2>C:\Users\Dns\Desktop\test\ia\src\main_menu.cpp(549): message : [
  255. 2>C:\Users\Dns\Desktop\test\ia\src\main_menu.cpp(549): message : T=std::string,
  256. 2>C:\Users\Dns\Desktop\test\ia\src\main_menu.cpp(549): message : _Ty=std::string
  257. 2>C:\Users\Dns\Desktop\test\ia\src\main_menu.cpp(549): message : ]
  258. 2>C:\Users\Dns\Desktop\test\ia\src\manual.cpp(139,39): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  259. 2>C:\Users\Dns\Desktop\test\ia\src\manual.cpp(153,44): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  260. 2>C:\Users\Dns\Desktop\test\ia\src\manual.cpp(153,44): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  261. 2>C:\Users\Dns\Desktop\test\ia\src\manual.cpp(235,53): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  262. 2>C:\Users\Dns\Desktop\test\ia\src\manual.cpp(235,53): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  263. 2>C:\Users\Dns\Desktop\test\ia\src\manual.cpp(259,53): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  264. 2>map.cpp
  265. 2>C:\Users\Dns\Desktop\test\ia\src\manual.cpp(259,53): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  266. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  267. 2>C:\Users\Dns\Desktop\test\ia\src\map.cpp(426,68): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  268. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  269. 2>map_builder.cpp
  270. 2>C:\Users\Dns\Desktop\test\ia\src\map.cpp(179): message : see reference to function template instantiation 'T rnd::element<Color>(const std::vector<Color,std::allocator<_Ty>> &)' being compiled
  271. 2>C:\Users\Dns\Desktop\test\ia\src\map.cpp(179): message : with
  272. 2>C:\Users\Dns\Desktop\test\ia\src\map.cpp(179): message : [
  273. 2>C:\Users\Dns\Desktop\test\ia\src\map.cpp(179): message : T=Color,
  274. 2>C:\Users\Dns\Desktop\test\ia\src\map.cpp(179): message : _Ty=Color
  275. 2>C:\Users\Dns\Desktop\test\ia\src\map.cpp(179): message : ]
  276. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,29): error C2039: 'min': is not a member of 'std'
  277. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  278. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,1): error C3861: 'min': identifier not found
  279. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,29): error C2039: 'max': is not a member of 'std'
  280. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  281. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,1): error C3861: 'max': identifier not found
  282. 2>map_builder_special.cpp
  283. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  284. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,29): error C2039: 'min': is not a member of 'std'
  285. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  286. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,1): error C3861: 'min': identifier not found
  287. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,29): error C2039: 'max': is not a member of 'std'
  288. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  289. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,1): error C3861: 'max': identifier not found
  290. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  291. 2>C:\Users\Dns\Desktop\test\ia\src\map_builder_special.cpp(349,25): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
  292. 2>map_builder_std.cpp
  293. 2>C:\Users\Dns\Desktop\test\ia\src\map_builder_special.cpp(348,30): warning C4244: 'initializing': conversion from '__int64' to 'const int', possible loss of data
  294. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,29): error C2039: 'min': is not a member of 'std'
  295. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  296. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,1): error C3861: 'min': identifier not found
  297. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,29): error C2039: 'max': is not a member of 'std'
  298. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  299. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,1): error C3861: 'max': identifier not found
  300. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  301. 2>C:\Users\Dns\Desktop\test\ia\src\map_builder_std.cpp(439,73): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  302. 2>map_controller.cpp
  303. 2>C:\Users\Dns\Desktop\test\ia\src\map_builder_std.cpp(446,73): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  304. 2>map_parsing.cpp
  305. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  306. 2>Generating Code...
  307. 2>Compiling...
  308. 2>map_templates.cpp
  309. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  310. 2>C:\Users\Dns\Desktop\test\ia\src\map_templates.cpp(115,35): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  311. 2>C:\Users\Dns\Desktop\test\ia\src\map_templates.cpp(125,38): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  312. 2>C:\Users\Dns\Desktop\test\ia\src\map_templates.cpp(288,77): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  313. 2>C:\Users\Dns\Desktop\test\ia\src\map_templates.cpp(306,71): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  314. 2>map_travel.cpp
  315. 2>C:\Users\Dns\Desktop\test\ia\src\map_templates.cpp(418,59): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  316. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,29): error C2039: 'min': is not a member of 'std'
  317. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\functional(23): message : see declaration of 'std'
  318. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,1): error C3861: 'min': identifier not found
  319. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,29): error C2039: 'max': is not a member of 'std'
  320. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\functional(23): message : see declaration of 'std'
  321. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,1): error C3861: 'max': identifier not found
  322. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  323. 2>mapgen_aux_rooms.cpp
  324. 2>C:\Users\Dns\Desktop\test\ia\src\map_travel.cpp(94,42): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  325. 2>mapgen_connect_rooms.cpp
  326. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  327. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  328. 2>mapgen_decorate.cpp
  329. 2>mapgen_doors.cpp
  330. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_connect_rooms.cpp(58): message : see reference to function template instantiation 'T *rnd::element<Room*>(const std::vector<Room *,std::allocator<_Ty>> &)' being compiled
  331. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_connect_rooms.cpp(58): message : with
  332. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_connect_rooms.cpp(58): message : [
  333. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_connect_rooms.cpp(58): message : T=Room *,
  334. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_connect_rooms.cpp(58): message : _Ty=Room *
  335. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_connect_rooms.cpp(58): message : ]
  336. 2>mapgen_merge_regions.cpp
  337. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  338. 2>mapgen_monolith.cpp
  339. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_merge_regions.cpp(95,54): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  340. 2>mapgen_pylon.cpp
  341. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  342. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  343. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  344. 2>mapgen_region.cpp
  345. 2>mapgen_river.cpp
  346. 2>mapgen_room.cpp
  347. 2>mapgen_sub_rooms.cpp
  348. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_pylon.cpp(59): message : see reference to function template instantiation 'T rnd::element<P>(const std::vector<P,std::allocator<_Ty>> &)' being compiled
  349. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_pylon.cpp(59): message : with
  350. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_pylon.cpp(59): message : [
  351. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_pylon.cpp(59): message : T=P,
  352. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_pylon.cpp(59): message : _Ty=P
  353. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_pylon.cpp(59): message : ]
  354. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_sub_rooms.cpp(215,89): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  355. 2>mapgen_utils.cpp
  356. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_sub_rooms.cpp(231,97): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  357. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  358. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_utils.cpp(655,67): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  359. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_utils.cpp(1177,50): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  360. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_utils.cpp(1177,50): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  361. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  362. 2>marker.cpp
  363. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_utils.cpp(955): message : see reference to function template instantiation 'T rnd::element<P>(const std::vector<P,std::allocator<_Ty>> &)' being compiled
  364. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_utils.cpp(955): message : with
  365. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_utils.cpp(955): message : [
  366. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_utils.cpp(955): message : T=P,
  367. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_utils.cpp(955): message : _Ty=P
  368. 2>C:\Users\Dns\Desktop\test\ia\src\mapgen_utils.cpp(955): message : ]
  369. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,29): error C2039: 'min': is not a member of 'std'
  370. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  371. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,1): error C3861: 'min': identifier not found
  372. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,29): error C2039: 'max': is not a member of 'std'
  373. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  374. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,1): error C3861: 'max': identifier not found
  375. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  376. 2>minimap.cpp
  377. 2>C:\Users\Dns\Desktop\test\ia\src\marker.cpp(119,49): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  378. 2>misc.cpp
  379. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  380. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,29): error C2039: 'min': is not a member of 'std'
  381. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\functional(23): message : see declaration of 'std'
  382. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,1): error C3861: 'min': identifier not found
  383. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,29): error C2039: 'max': is not a member of 'std'
  384. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\functional(23): message : see declaration of 'std'
  385. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,1): error C3861: 'max': identifier not found
  386. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(20,28): error C2039: 'min': is not a member of 'std'
  387. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\functional(23): message : see declaration of 'std'
  388. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(20,42): error C2039: 'max': is not a member of 'std'
  389. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\functional(23): message : see declaration of 'std'
  390. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(20,45): error C2064: term does not evaluate to a function taking 2 arguments
  391. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(20,31): error C2064: term does not evaluate to a function taking 1 arguments
  392. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(28,28): error C2039: 'min': is not a member of 'std'
  393. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\functional(23): message : see declaration of 'std'
  394. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(28,42): error C2039: 'max': is not a member of 'std'
  395. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\functional(23): message : see declaration of 'std'
  396. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(28,45): error C2064: term does not evaluate to a function taking 2 arguments
  397. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(28,31): error C2064: term does not evaluate to a function taking 1 arguments
  398. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(39,21): error C2039: 'min': is not a member of 'std'
  399. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\functional(23): message : see declaration of 'std'
  400. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(39,35): error C2039: 'max': is not a member of 'std'
  401. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\functional(23): message : see declaration of 'std'
  402. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(39,38): error C2064: term does not evaluate to a function taking 2 arguments
  403. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(39,24): error C2064: term does not evaluate to a function taking 1 arguments
  404. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(49,21): error C2039: 'min': is not a member of 'std'
  405. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\functional(23): message : see declaration of 'std'
  406. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(49,35): error C2039: 'max': is not a member of 'std'
  407. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\functional(23): message : see declaration of 'std'
  408. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(49,38): error C2064: term does not evaluate to a function taking 2 arguments
  409. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(49,24): error C2064: term does not evaluate to a function taking 1 arguments
  410. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(106,21): error C2039: 'max': is not a member of 'std'
  411. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\functional(23): message : see declaration of 'std'
  412. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(106,24): error C3861: 'max': identifier not found
  413. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(111,21): error C2039: 'max': is not a member of 'std'
  414. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\functional(23): message : see declaration of 'std'
  415. 2>msg_log.cpp
  416. 2>C:\Users\Dns\Desktop\test\ia\src\misc.cpp(111,24): error C3861: 'max': identifier not found
  417. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  418. 2>C:\Users\Dns\Desktop\test\ia\src\msg_log.cpp(35,74): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  419. 2>C:\Users\Dns\Desktop\test\ia\src\msg_log.cpp(35,74): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  420. 2>C:\Users\Dns\Desktop\test\ia\src\msg_log.cpp(49,45): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  421. 2>C:\Users\Dns\Desktop\test\ia\src\msg_log.cpp(512,50): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  422. 2>C:\Users\Dns\Desktop\test\ia\src\msg_log.cpp(512,50): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  423. 2>C:\Users\Dns\Desktop\test\ia\src\msg_log.cpp(567,50): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  424. 2>pact.cpp
  425. 2>C:\Users\Dns\Desktop\test\ia\src\msg_log.cpp(567,50): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  426. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  427. 2>C:\Users\Dns\Desktop\test\ia\src\pact.cpp(233,47): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  428. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(151,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  429. 2>C:\Users\Dns\Desktop\test\ia\src\pact.cpp(155): message : see reference to function template instantiation 'size_t rnd::idx<std::unique_ptr<pact::Benefit,std::default_delete<_Ty>>>(const std::vector<std::unique_ptr<_Ty,std::default_delete<_Ty>>,std::allocator<std::unique_ptr<_Ty,std::default_delete<_Ty>>>> &)' being compiled
  430. 2>C:\Users\Dns\Desktop\test\ia\src\pact.cpp(155): message : with
  431. 2>C:\Users\Dns\Desktop\test\ia\src\pact.cpp(155): message : [
  432. 2>C:\Users\Dns\Desktop\test\ia\src\pact.cpp(155): message : _Ty=pact::Benefit
  433. 2>C:\Users\Dns\Desktop\test\ia\src\pact.cpp(155): message : ]
  434. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  435. 2>panel.cpp
  436. 2>C:\Users\Dns\Desktop\test\ia\src\pact.cpp(489): message : see reference to function template instantiation 'T rnd::element<SpellId>(const std::vector<SpellId,std::allocator<_Ty>> &)' being compiled
  437. 2>C:\Users\Dns\Desktop\test\ia\src\pact.cpp(489): message : with
  438. 2>C:\Users\Dns\Desktop\test\ia\src\pact.cpp(489): message : [
  439. 2>C:\Users\Dns\Desktop\test\ia\src\pact.cpp(489): message : T=SpellId,
  440. 2>C:\Users\Dns\Desktop\test\ia\src\pact.cpp(489): message : _Ty=SpellId
  441. 2>C:\Users\Dns\Desktop\test\ia\src\pact.cpp(489): message : ]
  442. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,29): error C2039: 'min': is not a member of 'std'
  443. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\iostream(14): message : see declaration of 'std'
  444. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,1): error C3861: 'min': identifier not found
  445. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,29): error C2039: 'max': is not a member of 'std'
  446. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\iostream(14): message : see declaration of 'std'
  447. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,1): error C3861: 'max': identifier not found
  448. 2>C:\Users\Dns\Desktop\test\ia\src\panel.cpp(65,36): error C2039: 'max': is not a member of 'std'
  449. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\iostream(14): message : see declaration of 'std'
  450. 2>C:\Users\Dns\Desktop\test\ia\src\panel.cpp(65,39): error C3861: 'max': identifier not found
  451. 2>C:\Users\Dns\Desktop\test\ia\src\panel.cpp(66,36): error C2039: 'max': is not a member of 'std'
  452. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\iostream(14): message : see declaration of 'std'
  453. 2>Generating Code...
  454. 2>Compiling...
  455. 2>pathfind.cpp
  456. 2>C:\Users\Dns\Desktop\test\ia\src\panel.cpp(66,39): error C3861: 'max': identifier not found
  457. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,29): error C2039: 'min': is not a member of 'std'
  458. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  459. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,1): error C3861: 'min': identifier not found
  460. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,29): error C2039: 'max': is not a member of 'std'
  461. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  462. 2>paths.cpp
  463. 2>pickup.cpp
  464. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,1): error C3861: 'max': identifier not found
  465. 2>player_bon.cpp
  466. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  467. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  468. 2>player_spells.cpp
  469. 2>C:\Users\Dns\Desktop\test\ia\src\player_bon.cpp(128,43): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  470. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  471. 2>C:\Users\Dns\Desktop\test\ia\src\player_spells.cpp(117,48): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  472. 2>C:\Users\Dns\Desktop\test\ia\src\player_spells.cpp(299,48): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  473. 2>C:\Users\Dns\Desktop\test\ia\src\player_spells.cpp(306,54): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  474. 2>C:\Users\Dns\Desktop\test\ia\src\player_spells.cpp(306,54): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  475. 2>C:\Users\Dns\Desktop\test\ia\src\player_spells.cpp(347,37): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  476. 2>C:\Users\Dns\Desktop\test\ia\src\player_spells.cpp(369,49): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  477. 2>C:\Users\Dns\Desktop\test\ia\src\player_spells.cpp(382,34): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
  478. 2>populate_items.cpp
  479. 2>C:\Users\Dns\Desktop\test\ia\src\player_spells.cpp(416,42): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
  480. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  481. 2>populate_monsters.cpp
  482. 2>C:\Users\Dns\Desktop\test\ia\src\populate_items.cpp(116,77): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  483. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  484. 2>C:\Users\Dns\Desktop\test\ia\src\populate_monsters.cpp(267,59): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  485. 2>C:\Users\Dns\Desktop\test\ia\src\populate_monsters.cpp(267,59): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  486. 2>C:\Users\Dns\Desktop\test\ia\src\populate_monsters.cpp(527,78): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  487. 2>C:\Users\Dns\Desktop\test\ia\src\populate_monsters.cpp(527,78): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  488. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  489. 2>populate_traps.cpp
  490. 2>C:\Users\Dns\Desktop\test\ia\src\populate_monsters.cpp(440): message : see reference to function template instantiation 'T rnd::element<P>(const std::vector<P,std::allocator<_Ty>> &)' being compiled
  491. 2>C:\Users\Dns\Desktop\test\ia\src\populate_monsters.cpp(440): message : with
  492. 2>C:\Users\Dns\Desktop\test\ia\src\populate_monsters.cpp(440): message : [
  493. 2>C:\Users\Dns\Desktop\test\ia\src\populate_monsters.cpp(440): message : T=P,
  494. 2>C:\Users\Dns\Desktop\test\ia\src\populate_monsters.cpp(440): message : _Ty=P
  495. 2>C:\Users\Dns\Desktop\test\ia\src\populate_monsters.cpp(440): message : ]
  496. 2>popup.cpp
  497. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  498. 2>pos.cpp
  499. 2>postmortem.cpp
  500. 2>C:\Users\Dns\Desktop\test\ia\src\popup.cpp(89,38): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  501. 2>C:\Users\Dns\Desktop\test\ia\include\info_screen_state.hpp(29,22): error C2039: 'string': is not a member of 'std'
  502. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\memory(19): message : see declaration of 'std'
  503. 2>C:\Users\Dns\Desktop\test\ia\include\info_screen_state.hpp(29,34): error C3646: 'title': unknown override specifier
  504. 2>C:\Users\Dns\Desktop\test\ia\include\info_screen_state.hpp(29,35): error C2059: syntax error: ')'
  505. 2>C:\Users\Dns\Desktop\test\ia\include\info_screen_state.hpp(29,46): error C2238: unexpected token(s) preceding ';'
  506. 2>C:\Users\Dns\Desktop\test\ia\include\postmortem.hpp(54,21): error C3668: 'PostmortemInfo::title': method with override specifier 'override' did not override any base class methods
  507. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  508. 2>C:\Users\Dns\Desktop\test\ia\include\highscore.hpp(168,21): error C3668: 'BrowseHighscoreEntry::title': method with override specifier 'override' did not override any base class methods
  509. 2>C:\Users\Dns\Desktop\test\ia\include\msg_log.hpp(126,21): error C3668: 'MsgHistoryState::title': method with override specifier 'override' did not override any base class methods
  510. 2>C:\Users\Dns\Desktop\test\ia\src\postmortem.cpp(293,69): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  511. 2>C:\Users\Dns\Desktop\test\ia\src\postmortem.cpp(293,69): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  512. 2>C:\Users\Dns\Desktop\test\ia\src\postmortem.cpp(302,49): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  513. 2>C:\Users\Dns\Desktop\test\ia\src\postmortem.cpp(302,49): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  514. 2>C:\Users\Dns\Desktop\test\ia\src\postmortem.cpp(406,62): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  515. 2>C:\Users\Dns\Desktop\test\ia\src\postmortem.cpp(406,62): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  516. 2>C:\Users\Dns\Desktop\test\ia\src\postmortem.cpp(409,55): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  517. 2>C:\Users\Dns\Desktop\test\ia\src\postmortem.cpp(409,55): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  518. 2>C:\Users\Dns\Desktop\test\ia\src\postmortem.cpp(438,52): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  519. 2>C:\Users\Dns\Desktop\test\ia\src\postmortem.cpp(438,52): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  520. 2>C:\Users\Dns\Desktop\test\ia\src\postmortem.cpp(465,46): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  521. 2>C:\Users\Dns\Desktop\test\ia\src\postmortem.cpp(605,49): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  522. 2>property.cpp
  523. 2>C:\Users\Dns\Desktop\test\ia\src\postmortem.cpp(605,49): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  524. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  525. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  526. 2>property_data.cpp
  527. 2>property_factory.cpp
  528. 2>property_handler.cpp
  529. 2>C:\Users\Dns\Desktop\test\ia\src\property.cpp(817): message : see reference to function template instantiation 'T rnd::element<P>(const std::vector<P,std::allocator<_Ty>> &)' being compiled
  530. 2>C:\Users\Dns\Desktop\test\ia\src\property.cpp(817): message : with
  531. 2>C:\Users\Dns\Desktop\test\ia\src\property.cpp(817): message : [
  532. 2>C:\Users\Dns\Desktop\test\ia\src\property.cpp(817): message : T=P,
  533. 2>C:\Users\Dns\Desktop\test\ia\src\property.cpp(817): message : _Ty=P
  534. 2>C:\Users\Dns\Desktop\test\ia\src\property.cpp(817): message : ]
  535. 2>query.cpp
  536. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  537. 2>C:\Users\Dns\Desktop\test\ia\src\query.cpp(180,66): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  538. 2>random.cpp
  539. 2>C:\Users\Dns\Desktop\test\ia\src\query.cpp(180,66): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  540. 2>C:\Users\Dns\Desktop\test\ia\src\random.cpp(40,37): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
  541. 2>C:\Users\Dns\Desktop\test\ia\src\random.cpp(155,30): error C2039: 'accumulate': is not a member of 'std'
  542. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\sstream(15): message : see declaration of 'std'
  543. 2>C:\Users\Dns\Desktop\test\ia\src\random.cpp(155,40): error C3861: 'accumulate': identifier not found
  544. 2>reload.cpp
  545. 2>C:\Users\Dns\Desktop\test\ia\src\random.cpp(165,33): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  546. 2>room.cpp
  547. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  548. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  549. 2>C:\Users\Dns\Desktop\test\ia\src\room.cpp(656,64): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  550. 2>C:\Users\Dns\Desktop\test\ia\src\room.cpp(930,79): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  551. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  552. 2>saving.cpp
  553. 2>C:\Users\Dns\Desktop\test\ia\src\room.cpp(588): message : see reference to function template instantiation 'T rnd::element<P>(const std::vector<P,std::allocator<_Ty>> &)' being compiled
  554. 2>C:\Users\Dns\Desktop\test\ia\src\room.cpp(588): message : with
  555. 2>C:\Users\Dns\Desktop\test\ia\src\room.cpp(588): message : [
  556. 2>C:\Users\Dns\Desktop\test\ia\src\room.cpp(588): message : T=P,
  557. 2>C:\Users\Dns\Desktop\test\ia\src\room.cpp(588): message : _Ty=P
  558. 2>C:\Users\Dns\Desktop\test\ia\src\room.cpp(588): message : ]
  559. 2>Generating Code...
  560. 2>Compiling...
  561. 2>sound.cpp
  562. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  563. 2>spells.cpp
  564. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  565. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  566. 2>C:\Users\Dns\Desktop\test\ia\src\spells.cpp(1100,69): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  567. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  568. 2>state.cpp
  569. 2>status_lines.cpp
  570. 2>C:\Users\Dns\Desktop\test\ia\src\spells.cpp(1102): message : see reference to function template instantiation 'T rnd::element<P>(const std::vector<P,std::allocator<_Ty>> &)' being compiled
  571. 2>C:\Users\Dns\Desktop\test\ia\src\spells.cpp(1102): message : with
  572. 2>C:\Users\Dns\Desktop\test\ia\src\spells.cpp(1102): message : [
  573. 2>C:\Users\Dns\Desktop\test\ia\src\spells.cpp(1102): message : T=P,
  574. 2>C:\Users\Dns\Desktop\test\ia\src\spells.cpp(1102): message : _Ty=P
  575. 2>C:\Users\Dns\Desktop\test\ia\src\spells.cpp(1102): message : ]
  576. 2>teleport.cpp
  577. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  578. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  579. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  580. 2>terrain.cpp
  581. 2>C:\Users\Dns\Desktop\test\ia\src\teleport.cpp(223): message : see reference to function template instantiation 'T rnd::element<P>(const std::vector<P,std::allocator<_Ty>> &)' being compiled
  582. 2>C:\Users\Dns\Desktop\test\ia\src\teleport.cpp(223): message : with
  583. 2>C:\Users\Dns\Desktop\test\ia\src\teleport.cpp(223): message : [
  584. 2>C:\Users\Dns\Desktop\test\ia\src\teleport.cpp(223): message : T=P,
  585. 2>C:\Users\Dns\Desktop\test\ia\src\teleport.cpp(223): message : _Ty=P
  586. 2>C:\Users\Dns\Desktop\test\ia\src\teleport.cpp(223): message : ]
  587. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  588. 2>C:\Users\Dns\Desktop\test\ia\src\terrain.cpp(2566,77): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  589. 2>C:\Users\Dns\Desktop\test\ia\src\terrain.cpp(3128,79): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  590. 2>C:\Users\Dns\Desktop\test\ia\src\terrain.cpp(4258,70): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  591. 2>C:\Users\Dns\Desktop\test\ia\src\terrain.cpp(4258,70): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  592. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  593. 2>terrain_data.cpp
  594. 2>C:\Users\Dns\Desktop\test\ia\src\terrain.cpp(3038): message : see reference to function template instantiation 'T rnd::element<actor::Id>(const std::vector<actor::Id,std::allocator<_Ty>> &)' being compiled
  595. 2>C:\Users\Dns\Desktop\test\ia\src\terrain.cpp(3038): message : with
  596. 2>C:\Users\Dns\Desktop\test\ia\src\terrain.cpp(3038): message : [
  597. 2>C:\Users\Dns\Desktop\test\ia\src\terrain.cpp(3038): message : T=actor::Id,
  598. 2>C:\Users\Dns\Desktop\test\ia\src\terrain.cpp(3038): message : _Ty=actor::Id
  599. 2>C:\Users\Dns\Desktop\test\ia\src\terrain.cpp(3038): message : ]
  600. 2>terrain_door.cpp
  601. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  602. 2>terrain_event.cpp
  603. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  604. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,29): error C2039: 'min': is not a member of 'std'
  605. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  606. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,1): error C3861: 'min': identifier not found
  607. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,29): error C2039: 'max': is not a member of 'std'
  608. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\string(19): message : see declaration of 'std'
  609. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,1): error C3861: 'max': identifier not found
  610. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  611. 2>C:\Users\Dns\Desktop\test\ia\src\terrain_event.cpp(387,64): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  612. 2>C:\Users\Dns\Desktop\test\ia\src\terrain_event.cpp(406,62): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  613. 2>terrain_mob.cpp
  614. 2>C:\Users\Dns\Desktop\test\ia\src\terrain_event.cpp(410,77): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  615. 2>terrain_monolith.cpp
  616. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  617. 2>terrain_pylon.cpp
  618. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  619. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  620. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  621. 2>terrain_trap.cpp
  622. 2>C:\Users\Dns\Desktop\test\ia\src\terrain_pylon.cpp(276): message : see reference to function template instantiation 'T *rnd::element<actor::Actor*>(const std::vector<actor::Actor *,std::allocator<_Ty>> &)' being compiled
  623. 2>C:\Users\Dns\Desktop\test\ia\src\terrain_pylon.cpp(276): message : with
  624. 2>C:\Users\Dns\Desktop\test\ia\src\terrain_pylon.cpp(276): message : [
  625. 2>C:\Users\Dns\Desktop\test\ia\src\terrain_pylon.cpp(276): message : T=actor::Actor *,
  626. 2>C:\Users\Dns\Desktop\test\ia\src\terrain_pylon.cpp(276): message : _Ty=actor::Actor *
  627. 2>C:\Users\Dns\Desktop\test\ia\src\terrain_pylon.cpp(276): message : ]
  628. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  629. 2>C:\Users\Dns\Desktop\test\ia\src\terrain_trap.cpp(1126,74): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  630. 2>C:\Users\Dns\Desktop\test\ia\include\random.hpp(143,1): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
  631. 2>text_format.cpp
  632. 2>throwing.cpp
  633. 2>C:\Users\Dns\Desktop\test\ia\src\terrain_trap.cpp(1468): message : see reference to function template instantiation 'T rnd::element<SpellId>(const std::vector<SpellId,std::allocator<_Ty>> &)' being compiled
  634. 2>C:\Users\Dns\Desktop\test\ia\src\terrain_trap.cpp(1468): message : with
  635. 2>C:\Users\Dns\Desktop\test\ia\src\terrain_trap.cpp(1468): message : [
  636. 2>C:\Users\Dns\Desktop\test\ia\src\terrain_trap.cpp(1468): message : T=SpellId,
  637. 2>C:\Users\Dns\Desktop\test\ia\src\terrain_trap.cpp(1468): message : _Ty=SpellId
  638. 2>C:\Users\Dns\Desktop\test\ia\src\terrain_trap.cpp(1468): message : ]
  639. 2>time.cpp
  640. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  641. 2>C:\Users\Dns\Desktop\test\ia\src\time.cpp(64,1): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  642. 2>version.cpp
  643. 2>viewport.cpp
  644. 2>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(506): message : see declaration of 'localtime'
  645. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,29): error C2039: 'min': is not a member of 'std'
  646. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\unordered_map(20): message : see declaration of 'std'
  647. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(51,1): error C3861: 'min': identifier not found
  648. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,29): error C2039: 'max': is not a member of 'std'
  649. 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\unordered_map(20): message : see declaration of 'std'
  650. 2>wham.cpp
  651. 2>C:\Users\Dns\Desktop\test\ia\include\rect.hpp(56,1): error C3861: 'max': identifier not found
  652. 2>xml.cpp
  653. 2>Generating Code...
  654. 2>Compiling...
  655. 2>tinyxml2.cpp
  656. 2>audio.cpp
  657. 2>io.cpp
  658. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  659. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  660. 2>C:\Users\Dns\Desktop\test\ia\src\io.cpp(764,47): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  661. 2>C:\Users\Dns\Desktop\test\ia\src\io.cpp(764,47): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  662. 2>C:\Users\Dns\Desktop\test\ia\src\io.cpp(1326,35): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  663. 2>C:\Users\Dns\Desktop\test\ia\src\io.cpp(1326,35): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  664. 2>C:\Users\Dns\Desktop\test\ia\src\io.cpp(1365,54): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  665. 2>sdl_base.cpp
  666. 2>C:\Users\Dns\Desktop\test\ia\src\io.cpp(1365,54): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
  667. 2>main.cpp
  668. 2>Generating Code...
  669. 2>C:\Users\Dns\Desktop\test\ia\include\inventory.hpp(137,1): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  670. 2>Done building project "ia.vcxproj" -- FAILED.
  671. ========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Add Comment
Please, Sign In to add comment