Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 209.26 KB | None | 0 0
  1. "make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
  2. make[1]: Entering directory `/c/Users/Alex/Desktop/Latipium/Repository/Game'
  3. cd ../Common && make -f Makefile CONF=Debug
  4. make[2]: Entering directory `/c/Users/Alex/Desktop/Latipium/Repository/Common'
  5. "make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
  6. make[3]: Entering directory `/c/Users/Alex/Desktop/Latipium/Repository/Common'
  7. "make" -f nbproject/Makefile-Debug.mk ../dist/Debug/VCC4N-Windows/Latipium.common.dll
  8. make[4]: Entering directory `/c/Users/Alex/Desktop/Latipium/Repository/Common'
  9. make[4]: `../dist/Debug/VCC4N-Windows/Latipium.common.dll' is up to date.
  10. make[4]: Leaving directory `/c/Users/Alex/Desktop/Latipium/Repository/Common'
  11. make[3]: Leaving directory `/c/Users/Alex/Desktop/Latipium/Repository/Common'
  12. cp ../dist/Debug/VCC4N-Windows/Latipium.common.dll ../dist
  13. cp ../dist/Debug/VCC4N-Windows/Latipium.common.lib ../dist
  14. mkdir -p ../dist/res
  15. cp -R res/* ../dist/res
  16. make[2]: Leaving directory `/c/Users/Alex/Desktop/Latipium/Repository/Common'
  17. cd ../Server && make -f Makefile CONF=Debug
  18. make[2]: Entering directory `/c/Users/Alex/Desktop/Latipium/Repository/Server'
  19. "make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
  20. make[3]: Entering directory `/c/Users/Alex/Desktop/Latipium/Repository/Server'
  21. cd ../Common && make -f Makefile CONF=Debug
  22. make[4]: Entering directory `/c/Users/Alex/Desktop/Latipium/Repository/Common'
  23. "make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
  24. make[5]: Entering directory `/c/Users/Alex/Desktop/Latipium/Repository/Common'
  25. "make" -f nbproject/Makefile-Debug.mk ../dist/Debug/VCC4N-Windows/Latipium.common.dll
  26. make[6]: Entering directory `/c/Users/Alex/Desktop/Latipium/Repository/Common'
  27. make[6]: `../dist/Debug/VCC4N-Windows/Latipium.common.dll' is up to date.
  28. make[6]: Leaving directory `/c/Users/Alex/Desktop/Latipium/Repository/Common'
  29. make[5]: Leaving directory `/c/Users/Alex/Desktop/Latipium/Repository/Common'
  30. cp ../dist/Debug/VCC4N-Windows/Latipium.common.dll ../dist
  31. cp ../dist/Debug/VCC4N-Windows/Latipium.common.lib ../dist
  32. mkdir -p ../dist/res
  33. cp -R res/* ../dist/res
  34. make[4]: Leaving directory `/c/Users/Alex/Desktop/Latipium/Repository/Common'
  35. "make" -f nbproject/Makefile-Debug.mk ../dist/Debug/VCC4N-Windows/Latipium.server.dll
  36. make[4]: Entering directory `/c/Users/Alex/Desktop/Latipium/Repository/Server'
  37. mkdir -p ../dist/Debug/VCC4N-Windows
  38. msvc_caller -OUT:../dist/Debug/VCC4N-Windows/Latipium.server.dll build/Debug/VCC4N-Windows/src/entry.o ../dist/Latipium.common.lib -DLL
  39. MSVC Caller version 0.3.0
  40. Call: ""C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe" /NOLOGO /OUT:../dist/Debug/VCC4N-Windows/Latipium.server.dll build/Debug/VCC4N-Windows/src/entry.o ../dist/Latipium.common.lib /DLL "
  41. Creating library ../dist/Debug/VCC4N-Windows/Latipium.server.lib and object ../dist/Debug/VCC4N-Windows/Latipium.server.exp
  42. make[4]: Leaving directory `/c/Users/Alex/Desktop/Latipium/Repository/Server'
  43. make[3]: Leaving directory `/c/Users/Alex/Desktop/Latipium/Repository/Server'
  44. cp ../dist/Debug/VCC4N-Windows/Latipium.server.dll ../dist
  45. cp ../dist/Debug/VCC4N-Windows/Latipium.server.lib ../dist
  46. make[2]: Leaving directory `/c/Users/Alex/Desktop/Latipium/Repository/Server'
  47. "make" -f nbproject/Makefile-Debug.mk ../dist/Debug/VCC4N-Windows/Latipium.game.dll
  48. make[2]: Entering directory `/c/Users/Alex/Desktop/Latipium/Repository/Game'
  49. mkdir -p build/Debug/VCC4N-Windows/src
  50. msvc_caller -c -Od -Wall -I include -I ../Common/include -I ../JDK/include -Fobuild/Debug/VCC4N-Windows/src/entry.o src/entry.cpp
  51. MSVC Caller version 0.3.0
  52. Call: ""C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe" /nologo /c /Od /Wall /I include /I ../Common/include /I ../JDK/include /Fobuild/Debug/VCC4N-Windows/src/entry.o src/entry.cpp "
  53. entry.cpp
  54. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(337) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
  55. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(684) : warning C4350: behavior change: 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc(const std::_Wrap_alloc<std::allocator<char>> &) throw()' called instead of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc<std::_Wrap_alloc<std::allocator<char>>>(_Other &) throw()'
  56. with
  57. [
  58. _Other=std::_Wrap_alloc<std::allocator<char>>
  59. ]
  60. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(809) : see declaration of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc'
  61. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(821) : see declaration of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc'
  62. A non-const reference may only be bound to an lvalue
  63. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(683) : while compiling class template member function 'std::_Wrap_alloc<std::allocator<char>> std::_String_alloc<false,std::_String_base_types<_Elem,_Alloc>>::_Getal(void) const'
  64. with
  65. [
  66. _Elem=char
  67. , _Alloc=std::allocator<char>
  68. ]
  69. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(724) : see reference to function template instantiation 'std::_Wrap_alloc<std::allocator<char>> std::_String_alloc<false,std::_String_base_types<_Elem,_Alloc>>::_Getal(void) const' being compiled
  70. with
  71. [
  72. _Elem=char
  73. , _Alloc=std::allocator<char>
  74. ]
  75. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(695) : see reference to class template instantiation 'std::_String_alloc<false,std::_String_base_types<_Elem,_Alloc>>' being compiled
  76. with
  77. [
  78. _Elem=char
  79. , _Alloc=std::allocator<char>
  80. ]
  81. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(31) : see reference to class template instantiation 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' being compiled
  82. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(779) : warning C4350: behavior change: 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc(const std::allocator<char> &) throw()' called instead of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc<std::allocator<char>>(_Other &) throw()'
  83. with
  84. [
  85. _Other=std::allocator<char>
  86. ]
  87. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(804) : see declaration of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc'
  88. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(821) : see declaration of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc'
  89. A non-const reference may only be bound to an lvalue
  90. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(778) : while compiling class template member function 'std::_Wrap_alloc<std::allocator<char>> std::_Wrap_alloc<std::allocator<char>>::select_on_container_copy_construction(void) const'
  91. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(724) : see reference to function template instantiation 'std::_Wrap_alloc<std::allocator<char>> std::_Wrap_alloc<std::allocator<char>>::select_on_container_copy_construction(void) const' being compiled
  92. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(455) : see reference to class template instantiation 'std::_Wrap_alloc<std::allocator<char>>' being compiled
  93. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(621) : see reference to class template instantiation 'std::_String_base_types<_Elem,_Alloc>' being compiled
  94. with
  95. [
  96. _Elem=char
  97. , _Alloc=std::allocator<char>
  98. ]
  99. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(804) : see declaration of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc'
  100. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(821) : see declaration of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc'
  101. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(804) : see declaration of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc'
  102. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(821) : see declaration of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc'
  103. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(684) : warning C4350: behavior change: 'std::_Wrap_alloc<std::allocator<wchar_t>>::_Wrap_alloc(const std::_Wrap_alloc<std::allocator<wchar_t>> &) throw()' called instead of 'std::_Wrap_alloc<std::allocator<wchar_t>>::_Wrap_alloc<std::_Wrap_alloc<std::allocator<wchar_t>>>(_Other &) throw()'
  104. with
  105. [
  106. _Other=std::_Wrap_alloc<std::allocator<wchar_t>>
  107. ]
  108. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(809) : see declaration of 'std::_Wrap_alloc<std::allocator<wchar_t>>::_Wrap_alloc'
  109. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(821) : see declaration of 'std::_Wrap_alloc<std::allocator<wchar_t>>::_Wrap_alloc'
  110. A non-const reference may only be bound to an lvalue
  111. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(683) : while compiling class template member function 'std::_Wrap_alloc<std::allocator<wchar_t>> std::_String_alloc<false,std::_String_base_types<_Elem,_Alloc>>::_Getal(void) const'
  112. with
  113. [
  114. _Elem=wchar_t
  115. , _Alloc=std::allocator<wchar_t>
  116. ]
  117. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(887) : see reference to function template instantiation 'std::_Wrap_alloc<std::allocator<wchar_t>> std::_String_alloc<false,std::_String_base_types<_Elem,_Alloc>>::_Getal(void) const' being compiled
  118. with
  119. [
  120. _Elem=wchar_t
  121. , _Alloc=std::allocator<wchar_t>
  122. ]
  123. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(695) : see reference to class template instantiation 'std::_String_alloc<false,std::_String_base_types<_Elem,_Alloc>>' being compiled
  124. with
  125. [
  126. _Elem=wchar_t
  127. , _Alloc=std::allocator<wchar_t>
  128. ]
  129. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(363) : see reference to class template instantiation 'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>' being compiled
  130. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(304) : warning C4514: 'fpclassify' : unreferenced inline function has been removed
  131. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(309) : warning C4514: 'fpclassify' : unreferenced inline function has been removed
  132. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(314) : warning C4514: 'fpclassify' : unreferenced inline function has been removed
  133. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(319) : warning C4514: 'signbit' : unreferenced inline function has been removed
  134. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(324) : warning C4514: 'signbit' : unreferenced inline function has been removed
  135. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(329) : warning C4514: 'signbit' : unreferenced inline function has been removed
  136. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(334) : warning C4514: '_fpcomp' : unreferenced inline function has been removed
  137. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(339) : warning C4514: '_fpcomp' : unreferenced inline function has been removed
  138. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(344) : warning C4514: '_fpcomp' : unreferenced inline function has been removed
  139. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(823) : warning C4514: '_chgsignl' : unreferenced inline function has been removed
  140. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(830) : warning C4514: '_copysignl' : unreferenced inline function has been removed
  141. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(884) : warning C4514: '_hypotl' : unreferenced inline function has been removed
  142. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1025) : warning C4514: 'abs' : unreferenced inline function has been removed
  143. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1027) : warning C4514: 'pow' : unreferenced inline function has been removed
  144. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1029) : warning C4514: 'abs' : unreferenced inline function has been removed
  145. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1031) : warning C4514: 'acos' : unreferenced inline function has been removed
  146. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1033) : warning C4514: 'acosh' : unreferenced inline function has been removed
  147. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1035) : warning C4514: 'asin' : unreferenced inline function has been removed
  148. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1037) : warning C4514: 'asinh' : unreferenced inline function has been removed
  149. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1039) : warning C4514: 'atan' : unreferenced inline function has been removed
  150. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1041) : warning C4514: 'atanh' : unreferenced inline function has been removed
  151. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1043) : warning C4514: 'atan2' : unreferenced inline function has been removed
  152. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1045) : warning C4514: 'cbrt' : unreferenced inline function has been removed
  153. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1047) : warning C4514: 'ceil' : unreferenced inline function has been removed
  154. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1049) : warning C4514: 'copysign' : unreferenced inline function has been removed
  155. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1051) : warning C4514: 'cos' : unreferenced inline function has been removed
  156. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1053) : warning C4514: 'cosh' : unreferenced inline function has been removed
  157. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1055) : warning C4514: 'erf' : unreferenced inline function has been removed
  158. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1057) : warning C4514: 'erfc' : unreferenced inline function has been removed
  159. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1059) : warning C4514: 'exp' : unreferenced inline function has been removed
  160. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1061) : warning C4514: 'exp2' : unreferenced inline function has been removed
  161. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1063) : warning C4514: 'expm1' : unreferenced inline function has been removed
  162. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1065) : warning C4514: 'fabs' : unreferenced inline function has been removed
  163. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1067) : warning C4514: 'fdim' : unreferenced inline function has been removed
  164. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1069) : warning C4514: 'floor' : unreferenced inline function has been removed
  165. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1071) : warning C4514: 'fma' : unreferenced inline function has been removed
  166. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1073) : warning C4514: 'fmax' : unreferenced inline function has been removed
  167. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1075) : warning C4514: 'fmin' : unreferenced inline function has been removed
  168. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1077) : warning C4514: 'fmod' : unreferenced inline function has been removed
  169. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1079) : warning C4514: 'frexp' : unreferenced inline function has been removed
  170. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1081) : warning C4514: 'hypot' : unreferenced inline function has been removed
  171. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1083) : warning C4514: 'ilogb' : unreferenced inline function has been removed
  172. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1085) : warning C4514: 'ldexp' : unreferenced inline function has been removed
  173. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1087) : warning C4514: 'lgamma' : unreferenced inline function has been removed
  174. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1089) : warning C4514: 'llrint' : unreferenced inline function has been removed
  175. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1091) : warning C4514: 'llround' : unreferenced inline function has been removed
  176. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1093) : warning C4514: 'log' : unreferenced inline function has been removed
  177. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1095) : warning C4514: 'log10' : unreferenced inline function has been removed
  178. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1097) : warning C4514: 'log1p' : unreferenced inline function has been removed
  179. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1099) : warning C4514: 'log2' : unreferenced inline function has been removed
  180. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1101) : warning C4514: 'logb' : unreferenced inline function has been removed
  181. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1103) : warning C4514: 'lrint' : unreferenced inline function has been removed
  182. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1105) : warning C4514: 'lround' : unreferenced inline function has been removed
  183. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1107) : warning C4514: 'modf' : unreferenced inline function has been removed
  184. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1109) : warning C4514: 'nearbyint' : unreferenced inline function has been removed
  185. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1111) : warning C4514: 'nextafter' : unreferenced inline function has been removed
  186. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1113) : warning C4514: 'nexttoward' : unreferenced inline function has been removed
  187. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1115) : warning C4514: 'pow' : unreferenced inline function has been removed
  188. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1117) : warning C4514: 'pow' : unreferenced inline function has been removed
  189. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1119) : warning C4514: 'remainder' : unreferenced inline function has been removed
  190. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1121) : warning C4514: 'remquo' : unreferenced inline function has been removed
  191. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1123) : warning C4514: 'rint' : unreferenced inline function has been removed
  192. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1125) : warning C4514: 'round' : unreferenced inline function has been removed
  193. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1127) : warning C4514: 'scalbln' : unreferenced inline function has been removed
  194. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1129) : warning C4514: 'scalbn' : unreferenced inline function has been removed
  195. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1131) : warning C4514: 'sin' : unreferenced inline function has been removed
  196. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1133) : warning C4514: 'sinh' : unreferenced inline function has been removed
  197. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1135) : warning C4514: 'sqrt' : unreferenced inline function has been removed
  198. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1137) : warning C4514: 'tan' : unreferenced inline function has been removed
  199. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1139) : warning C4514: 'tanh' : unreferenced inline function has been removed
  200. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1141) : warning C4514: 'tgamma' : unreferenced inline function has been removed
  201. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1143) : warning C4514: 'trunc' : unreferenced inline function has been removed
  202. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1145) : warning C4514: 'abs' : unreferenced inline function has been removed
  203. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1147) : warning C4514: 'acos' : unreferenced inline function has been removed
  204. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1149) : warning C4514: 'acosh' : unreferenced inline function has been removed
  205. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1151) : warning C4514: 'asin' : unreferenced inline function has been removed
  206. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1153) : warning C4514: 'asinh' : unreferenced inline function has been removed
  207. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1155) : warning C4514: 'atan' : unreferenced inline function has been removed
  208. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1157) : warning C4514: 'atanh' : unreferenced inline function has been removed
  209. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1159) : warning C4514: 'atan2' : unreferenced inline function has been removed
  210. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1161) : warning C4514: 'cbrt' : unreferenced inline function has been removed
  211. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1163) : warning C4514: 'ceil' : unreferenced inline function has been removed
  212. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1165) : warning C4514: 'copysign' : unreferenced inline function has been removed
  213. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1167) : warning C4514: 'cos' : unreferenced inline function has been removed
  214. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1169) : warning C4514: 'cosh' : unreferenced inline function has been removed
  215. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1171) : warning C4514: 'erf' : unreferenced inline function has been removed
  216. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1173) : warning C4514: 'erfc' : unreferenced inline function has been removed
  217. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1175) : warning C4514: 'exp' : unreferenced inline function has been removed
  218. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1177) : warning C4514: 'exp2' : unreferenced inline function has been removed
  219. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1179) : warning C4514: 'expm1' : unreferenced inline function has been removed
  220. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1181) : warning C4514: 'fabs' : unreferenced inline function has been removed
  221. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1183) : warning C4514: 'fdim' : unreferenced inline function has been removed
  222. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1185) : warning C4514: 'floor' : unreferenced inline function has been removed
  223. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1187) : warning C4514: 'fma' : unreferenced inline function has been removed
  224. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1189) : warning C4514: 'fmax' : unreferenced inline function has been removed
  225. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1191) : warning C4514: 'fmin' : unreferenced inline function has been removed
  226. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1193) : warning C4514: 'fmod' : unreferenced inline function has been removed
  227. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1195) : warning C4514: 'frexp' : unreferenced inline function has been removed
  228. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1197) : warning C4514: 'hypot' : unreferenced inline function has been removed
  229. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1199) : warning C4514: 'ilogb' : unreferenced inline function has been removed
  230. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1201) : warning C4514: 'ldexp' : unreferenced inline function has been removed
  231. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1203) : warning C4514: 'lgamma' : unreferenced inline function has been removed
  232. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1205) : warning C4514: 'llrint' : unreferenced inline function has been removed
  233. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1207) : warning C4514: 'llround' : unreferenced inline function has been removed
  234. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1209) : warning C4514: 'log' : unreferenced inline function has been removed
  235. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1211) : warning C4514: 'log10' : unreferenced inline function has been removed
  236. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1213) : warning C4514: 'log1p' : unreferenced inline function has been removed
  237. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1215) : warning C4514: 'log2' : unreferenced inline function has been removed
  238. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1217) : warning C4514: 'logb' : unreferenced inline function has been removed
  239. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1219) : warning C4514: 'lrint' : unreferenced inline function has been removed
  240. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1221) : warning C4514: 'lround' : unreferenced inline function has been removed
  241. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1223) : warning C4514: 'modf' : unreferenced inline function has been removed
  242. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1225) : warning C4514: 'nearbyint' : unreferenced inline function has been removed
  243. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1227) : warning C4514: 'nextafter' : unreferenced inline function has been removed
  244. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1229) : warning C4514: 'nexttoward' : unreferenced inline function has been removed
  245. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1231) : warning C4514: 'pow' : unreferenced inline function has been removed
  246. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1233) : warning C4514: 'pow' : unreferenced inline function has been removed
  247. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1235) : warning C4514: 'remainder' : unreferenced inline function has been removed
  248. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1237) : warning C4514: 'remquo' : unreferenced inline function has been removed
  249. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1239) : warning C4514: 'rint' : unreferenced inline function has been removed
  250. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1241) : warning C4514: 'round' : unreferenced inline function has been removed
  251. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1243) : warning C4514: 'scalbln' : unreferenced inline function has been removed
  252. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1245) : warning C4514: 'scalbn' : unreferenced inline function has been removed
  253. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1247) : warning C4514: 'sin' : unreferenced inline function has been removed
  254. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1249) : warning C4514: 'sinh' : unreferenced inline function has been removed
  255. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1251) : warning C4514: 'sqrt' : unreferenced inline function has been removed
  256. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1253) : warning C4514: 'tan' : unreferenced inline function has been removed
  257. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1255) : warning C4514: 'tanh' : unreferenced inline function has been removed
  258. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1257) : warning C4514: 'tgamma' : unreferenced inline function has been removed
  259. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1259) : warning C4514: 'trunc' : unreferenced inline function has been removed
  260. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xtr1common(374) : warning C4514: 'std::_Wrap_int::_Wrap_int' : unreferenced inline function has been removed
  261. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xtgmath.h(124) : warning C4514: '_Fma' : unreferenced inline function has been removed
  262. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xtgmath.h(129) : warning C4514: '_Fma' : unreferenced inline function has been removed
  263. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xtgmath.h(134) : warning C4514: '_Fma' : unreferenced inline function has been removed
  264. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xtgmath.h(152) : warning C4514: '_Remquo' : unreferenced inline function has been removed
  265. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xtgmath.h(157) : warning C4514: '_Remquo' : unreferenced inline function has been removed
  266. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xtgmath.h(162) : warning C4514: '_Remquo' : unreferenced inline function has been removed
  267. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\swprintf.inl(36) : warning C4514: 'swprintf' : unreferenced inline function has been removed
  268. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\swprintf.inl(49) : warning C4514: 'vswprintf' : unreferenced inline function has been removed
  269. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\swprintf.inl(60) : warning C4514: '_swprintf_l' : unreferenced inline function has been removed
  270. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\swprintf.inl(73) : warning C4514: '_vswprintf_l' : unreferenced inline function has been removed
  271. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\swprintf.inl(85) : warning C4514: 'swprintf' : unreferenced inline function has been removed
  272. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\swprintf.inl(97) : warning C4514: 'vswprintf' : unreferenced inline function has been removed
  273. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\swprintf.inl(105) : warning C4514: '_swprintf_l' : unreferenced inline function has been removed
  274. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\swprintf.inl(117) : warning C4514: '_vswprintf_l' : unreferenced inline function has been removed
  275. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdio.h(422) : warning C4514: 'getwchar' : unreferenced inline function has been removed
  276. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdio.h(424) : warning C4514: 'putwchar' : unreferenced inline function has been removed
  277. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdlib.h(497) : warning C4514: 'abs' : unreferenced inline function has been removed
  278. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdlib.h(501) : warning C4514: 'abs' : unreferenced inline function has been removed
  279. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdlib.h(505) : warning C4514: 'div' : unreferenced inline function has been removed
  280. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdlib.h(509) : warning C4514: 'div' : unreferenced inline function has been removed
  281. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(130) : warning C4514: 'strnlen_s' : unreferenced inline function has been removed
  282. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(221) : warning C4514: 'strchr' : unreferenced inline function has been removed
  283. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(223) : warning C4514: 'strpbrk' : unreferenced inline function has been removed
  284. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(225) : warning C4514: 'strrchr' : unreferenced inline function has been removed
  285. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(227) : warning C4514: 'strstr' : unreferenced inline function has been removed
  286. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(232) : warning C4514: 'memchr' : unreferenced inline function has been removed
  287. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(305) : warning C4514: 'wcsnlen_s' : unreferenced inline function has been removed
  288. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(382) : warning C4514: 'wcschr' : unreferenced inline function has been removed
  289. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(384) : warning C4514: 'wcspbrk' : unreferenced inline function has been removed
  290. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(386) : warning C4514: 'wcsrchr' : unreferenced inline function has been removed
  291. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(390) : warning C4514: 'wcsstr' : unreferenced inline function has been removed
  292. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstddef(431) : warning C4514: 'std::hash<float>::operator ()' : unreferenced inline function has been removed
  293. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstddef(445) : warning C4514: 'std::hash<double>::operator ()' : unreferenced inline function has been removed
  294. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstddef(459) : warning C4514: 'std::hash<long double>::operator ()' : unreferenced inline function has been removed
  295. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\malloc.h(200) : warning C4514: '_MarkAllocaS' : unreferenced inline function has been removed
  296. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\malloc.h(210) : warning C4514: '_MallocaIsSizeInRange' : unreferenced inline function has been removed
  297. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\malloc.h(255) : warning C4514: '_freea' : unreferenced inline function has been removed
  298. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(195) : warning C4514: 'std::get_terminate' : unreferenced inline function has been removed
  299. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(200) : warning C4514: 'std::get_unexpected' : unreferenced inline function has been removed
  300. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(337) : warning C4514: 'std::bad_exception::bad_exception' : unreferenced inline function has been removed
  301. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(361) : warning C4514: 'std::bad_alloc::bad_alloc' : unreferenced inline function has been removed
  302. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(394) : warning C4514: 'std::bad_array_new_length::bad_array_new_length' : unreferenced inline function has been removed
  303. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(446) : warning C4514: 'std::exception_ptr::operator =' : unreferenced inline function has been removed
  304. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(451) : warning C4514: 'std::exception_ptr::operator =' : unreferenced inline function has been removed
  305. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(476) : warning C4514: 'std::exception_ptr::_Copy_exception' : unreferenced inline function has been removed
  306. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(492) : warning C4514: 'std::swap' : unreferenced inline function has been removed
  307. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(512) : warning C4514: 'std::operator !=' : unreferenced inline function has been removed
  308. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(517) : warning C4514: 'std::operator !=' : unreferenced inline function has been removed
  309. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(522) : warning C4514: 'std::operator !=' : unreferenced inline function has been removed
  310. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(527) : warning C4514: 'std::current_exception' : unreferenced inline function has been removed
  311. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(532) : warning C4514: 'std::rethrow_exception' : unreferenced inline function has been removed
  312. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\wtime.inl(44) : warning C4514: '_wctime' : unreferenced inline function has been removed
  313. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\wtime.inl(52) : warning C4514: '_wctime_s' : unreferenced inline function has been removed
  314. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\wchar.h(1253) : warning C4514: 'fwide' : unreferenced inline function has been removed
  315. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\wchar.h(1255) : warning C4514: 'mbsinit' : unreferenced inline function has been removed
  316. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\wchar.h(1307) : warning C4514: 'wmemchr' : unreferenced inline function has been removed
  317. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(193) : warning C4514: 'std::numeric_limits<char>::max' : unreferenced inline function has been removed
  318. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(198) : warning C4514: 'std::numeric_limits<char>::lowest' : unreferenced inline function has been removed
  319. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(203) : warning C4514: 'std::numeric_limits<char>::epsilon' : unreferenced inline function has been removed
  320. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(208) : warning C4514: 'std::numeric_limits<char>::round_error' : unreferenced inline function has been removed
  321. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(213) : warning C4514: 'std::numeric_limits<char>::denorm_min' : unreferenced inline function has been removed
  322. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(218) : warning C4514: 'std::numeric_limits<char>::infinity' : unreferenced inline function has been removed
  323. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(223) : warning C4514: 'std::numeric_limits<char>::quiet_NaN' : unreferenced inline function has been removed
  324. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(228) : warning C4514: 'std::numeric_limits<char>::signaling_NaN' : unreferenced inline function has been removed
  325. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(251) : warning C4514: 'std::numeric_limits<wchar_t>::max' : unreferenced inline function has been removed
  326. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(256) : warning C4514: 'std::numeric_limits<wchar_t>::lowest' : unreferenced inline function has been removed
  327. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(261) : warning C4514: 'std::numeric_limits<wchar_t>::epsilon' : unreferenced inline function has been removed
  328. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(266) : warning C4514: 'std::numeric_limits<wchar_t>::round_error' : unreferenced inline function has been removed
  329. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(271) : warning C4514: 'std::numeric_limits<wchar_t>::denorm_min' : unreferenced inline function has been removed
  330. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(276) : warning C4514: 'std::numeric_limits<wchar_t>::infinity' : unreferenced inline function has been removed
  331. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(281) : warning C4514: 'std::numeric_limits<wchar_t>::quiet_NaN' : unreferenced inline function has been removed
  332. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(286) : warning C4514: 'std::numeric_limits<wchar_t>::signaling_NaN' : unreferenced inline function has been removed
  333. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(310) : warning C4514: 'std::numeric_limits<std::_Bool>::max' : unreferenced inline function has been removed
  334. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(315) : warning C4514: 'std::numeric_limits<std::_Bool>::lowest' : unreferenced inline function has been removed
  335. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(320) : warning C4514: 'std::numeric_limits<std::_Bool>::epsilon' : unreferenced inline function has been removed
  336. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(325) : warning C4514: 'std::numeric_limits<std::_Bool>::round_error' : unreferenced inline function has been removed
  337. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(330) : warning C4514: 'std::numeric_limits<std::_Bool>::denorm_min' : unreferenced inline function has been removed
  338. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(335) : warning C4514: 'std::numeric_limits<std::_Bool>::infinity' : unreferenced inline function has been removed
  339. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(340) : warning C4514: 'std::numeric_limits<std::_Bool>::quiet_NaN' : unreferenced inline function has been removed
  340. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(345) : warning C4514: 'std::numeric_limits<std::_Bool>::signaling_NaN' : unreferenced inline function has been removed
  341. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(368) : warning C4514: 'std::numeric_limits<signed char>::max' : unreferenced inline function has been removed
  342. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(373) : warning C4514: 'std::numeric_limits<signed char>::lowest' : unreferenced inline function has been removed
  343. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(378) : warning C4514: 'std::numeric_limits<signed char>::epsilon' : unreferenced inline function has been removed
  344. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(383) : warning C4514: 'std::numeric_limits<signed char>::round_error' : unreferenced inline function has been removed
  345. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(388) : warning C4514: 'std::numeric_limits<signed char>::denorm_min' : unreferenced inline function has been removed
  346. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(393) : warning C4514: 'std::numeric_limits<signed char>::infinity' : unreferenced inline function has been removed
  347. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(398) : warning C4514: 'std::numeric_limits<signed char>::quiet_NaN' : unreferenced inline function has been removed
  348. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(403) : warning C4514: 'std::numeric_limits<signed char>::signaling_NaN' : unreferenced inline function has been removed
  349. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(425) : warning C4514: 'std::numeric_limits<unsigned char>::max' : unreferenced inline function has been removed
  350. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(430) : warning C4514: 'std::numeric_limits<unsigned char>::lowest' : unreferenced inline function has been removed
  351. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(435) : warning C4514: 'std::numeric_limits<unsigned char>::epsilon' : unreferenced inline function has been removed
  352. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(440) : warning C4514: 'std::numeric_limits<unsigned char>::round_error' : unreferenced inline function has been removed
  353. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(445) : warning C4514: 'std::numeric_limits<unsigned char>::denorm_min' : unreferenced inline function has been removed
  354. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(450) : warning C4514: 'std::numeric_limits<unsigned char>::infinity' : unreferenced inline function has been removed
  355. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(455) : warning C4514: 'std::numeric_limits<unsigned char>::quiet_NaN' : unreferenced inline function has been removed
  356. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(460) : warning C4514: 'std::numeric_limits<unsigned char>::signaling_NaN' : unreferenced inline function has been removed
  357. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(482) : warning C4514: 'std::numeric_limits<short>::max' : unreferenced inline function has been removed
  358. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(487) : warning C4514: 'std::numeric_limits<short>::lowest' : unreferenced inline function has been removed
  359. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(492) : warning C4514: 'std::numeric_limits<short>::epsilon' : unreferenced inline function has been removed
  360. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(497) : warning C4514: 'std::numeric_limits<short>::round_error' : unreferenced inline function has been removed
  361. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(502) : warning C4514: 'std::numeric_limits<short>::denorm_min' : unreferenced inline function has been removed
  362. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(507) : warning C4514: 'std::numeric_limits<short>::infinity' : unreferenced inline function has been removed
  363. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(512) : warning C4514: 'std::numeric_limits<short>::quiet_NaN' : unreferenced inline function has been removed
  364. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(517) : warning C4514: 'std::numeric_limits<short>::signaling_NaN' : unreferenced inline function has been removed
  365. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(541) : warning C4514: 'std::numeric_limits<unsigned short>::max' : unreferenced inline function has been removed
  366. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(546) : warning C4514: 'std::numeric_limits<unsigned short>::lowest' : unreferenced inline function has been removed
  367. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(551) : warning C4514: 'std::numeric_limits<unsigned short>::epsilon' : unreferenced inline function has been removed
  368. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(556) : warning C4514: 'std::numeric_limits<unsigned short>::round_error' : unreferenced inline function has been removed
  369. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(561) : warning C4514: 'std::numeric_limits<unsigned short>::denorm_min' : unreferenced inline function has been removed
  370. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(566) : warning C4514: 'std::numeric_limits<unsigned short>::infinity' : unreferenced inline function has been removed
  371. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(571) : warning C4514: 'std::numeric_limits<unsigned short>::quiet_NaN' : unreferenced inline function has been removed
  372. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(576) : warning C4514: 'std::numeric_limits<unsigned short>::signaling_NaN' : unreferenced inline function has been removed
  373. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(660) : warning C4514: 'std::numeric_limits<int>::max' : unreferenced inline function has been removed
  374. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(665) : warning C4514: 'std::numeric_limits<int>::lowest' : unreferenced inline function has been removed
  375. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(670) : warning C4514: 'std::numeric_limits<int>::epsilon' : unreferenced inline function has been removed
  376. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(675) : warning C4514: 'std::numeric_limits<int>::round_error' : unreferenced inline function has been removed
  377. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(680) : warning C4514: 'std::numeric_limits<int>::denorm_min' : unreferenced inline function has been removed
  378. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(685) : warning C4514: 'std::numeric_limits<int>::infinity' : unreferenced inline function has been removed
  379. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(690) : warning C4514: 'std::numeric_limits<int>::quiet_NaN' : unreferenced inline function has been removed
  380. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(695) : warning C4514: 'std::numeric_limits<int>::signaling_NaN' : unreferenced inline function has been removed
  381. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(718) : warning C4514: 'std::numeric_limits<unsigned int>::max' : unreferenced inline function has been removed
  382. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(723) : warning C4514: 'std::numeric_limits<unsigned int>::lowest' : unreferenced inline function has been removed
  383. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(728) : warning C4514: 'std::numeric_limits<unsigned int>::epsilon' : unreferenced inline function has been removed
  384. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(733) : warning C4514: 'std::numeric_limits<unsigned int>::round_error' : unreferenced inline function has been removed
  385. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(738) : warning C4514: 'std::numeric_limits<unsigned int>::denorm_min' : unreferenced inline function has been removed
  386. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(743) : warning C4514: 'std::numeric_limits<unsigned int>::infinity' : unreferenced inline function has been removed
  387. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(748) : warning C4514: 'std::numeric_limits<unsigned int>::quiet_NaN' : unreferenced inline function has been removed
  388. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(753) : warning C4514: 'std::numeric_limits<unsigned int>::signaling_NaN' : unreferenced inline function has been removed
  389. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(776) : warning C4514: 'std::numeric_limits<long>::max' : unreferenced inline function has been removed
  390. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(781) : warning C4514: 'std::numeric_limits<long>::lowest' : unreferenced inline function has been removed
  391. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(786) : warning C4514: 'std::numeric_limits<long>::epsilon' : unreferenced inline function has been removed
  392. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(791) : warning C4514: 'std::numeric_limits<long>::round_error' : unreferenced inline function has been removed
  393. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(796) : warning C4514: 'std::numeric_limits<long>::denorm_min' : unreferenced inline function has been removed
  394. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(801) : warning C4514: 'std::numeric_limits<long>::infinity' : unreferenced inline function has been removed
  395. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(806) : warning C4514: 'std::numeric_limits<long>::quiet_NaN' : unreferenced inline function has been removed
  396. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(811) : warning C4514: 'std::numeric_limits<long>::signaling_NaN' : unreferenced inline function has been removed
  397. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(834) : warning C4514: 'std::numeric_limits<unsigned long>::max' : unreferenced inline function has been removed
  398. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(839) : warning C4514: 'std::numeric_limits<unsigned long>::lowest' : unreferenced inline function has been removed
  399. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(844) : warning C4514: 'std::numeric_limits<unsigned long>::epsilon' : unreferenced inline function has been removed
  400. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(849) : warning C4514: 'std::numeric_limits<unsigned long>::round_error' : unreferenced inline function has been removed
  401. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(854) : warning C4514: 'std::numeric_limits<unsigned long>::denorm_min' : unreferenced inline function has been removed
  402. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(859) : warning C4514: 'std::numeric_limits<unsigned long>::infinity' : unreferenced inline function has been removed
  403. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(864) : warning C4514: 'std::numeric_limits<unsigned long>::quiet_NaN' : unreferenced inline function has been removed
  404. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(869) : warning C4514: 'std::numeric_limits<unsigned long>::signaling_NaN' : unreferenced inline function has been removed
  405. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(953) : warning C4514: 'std::numeric_limits<__int64>::max' : unreferenced inline function has been removed
  406. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(958) : warning C4514: 'std::numeric_limits<__int64>::lowest' : unreferenced inline function has been removed
  407. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(963) : warning C4514: 'std::numeric_limits<__int64>::epsilon' : unreferenced inline function has been removed
  408. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(968) : warning C4514: 'std::numeric_limits<__int64>::round_error' : unreferenced inline function has been removed
  409. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(973) : warning C4514: 'std::numeric_limits<__int64>::denorm_min' : unreferenced inline function has been removed
  410. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(978) : warning C4514: 'std::numeric_limits<__int64>::infinity' : unreferenced inline function has been removed
  411. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(983) : warning C4514: 'std::numeric_limits<__int64>::quiet_NaN' : unreferenced inline function has been removed
  412. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(988) : warning C4514: 'std::numeric_limits<__int64>::signaling_NaN' : unreferenced inline function has been removed
  413. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1011) : warning C4514: 'std::numeric_limits<unsigned __int64>::max' : unreferenced inline function has been removed
  414. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1016) : warning C4514: 'std::numeric_limits<unsigned __int64>::lowest' : unreferenced inline function has been removed
  415. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1021) : warning C4514: 'std::numeric_limits<unsigned __int64>::epsilon' : unreferenced inline function has been removed
  416. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1026) : warning C4514: 'std::numeric_limits<unsigned __int64>::round_error' : unreferenced inline function has been removed
  417. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1031) : warning C4514: 'std::numeric_limits<unsigned __int64>::denorm_min' : unreferenced inline function has been removed
  418. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1036) : warning C4514: 'std::numeric_limits<unsigned __int64>::infinity' : unreferenced inline function has been removed
  419. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1041) : warning C4514: 'std::numeric_limits<unsigned __int64>::quiet_NaN' : unreferenced inline function has been removed
  420. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1046) : warning C4514: 'std::numeric_limits<unsigned __int64>::signaling_NaN' : unreferenced inline function has been removed
  421. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1065) : warning C4514: 'std::numeric_limits<float>::min' : unreferenced inline function has been removed
  422. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1075) : warning C4514: 'std::numeric_limits<float>::lowest' : unreferenced inline function has been removed
  423. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1080) : warning C4514: 'std::numeric_limits<float>::epsilon' : unreferenced inline function has been removed
  424. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1085) : warning C4514: 'std::numeric_limits<float>::round_error' : unreferenced inline function has been removed
  425. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1090) : warning C4514: 'std::numeric_limits<float>::denorm_min' : unreferenced inline function has been removed
  426. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1095) : warning C4514: 'std::numeric_limits<float>::infinity' : unreferenced inline function has been removed
  427. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1100) : warning C4514: 'std::numeric_limits<float>::quiet_NaN' : unreferenced inline function has been removed
  428. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1105) : warning C4514: 'std::numeric_limits<float>::signaling_NaN' : unreferenced inline function has been removed
  429. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1128) : warning C4514: 'std::numeric_limits<double>::min' : unreferenced inline function has been removed
  430. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1138) : warning C4514: 'std::numeric_limits<double>::lowest' : unreferenced inline function has been removed
  431. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1143) : warning C4514: 'std::numeric_limits<double>::epsilon' : unreferenced inline function has been removed
  432. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1148) : warning C4514: 'std::numeric_limits<double>::round_error' : unreferenced inline function has been removed
  433. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1153) : warning C4514: 'std::numeric_limits<double>::denorm_min' : unreferenced inline function has been removed
  434. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1158) : warning C4514: 'std::numeric_limits<double>::infinity' : unreferenced inline function has been removed
  435. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1163) : warning C4514: 'std::numeric_limits<double>::quiet_NaN' : unreferenced inline function has been removed
  436. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1168) : warning C4514: 'std::numeric_limits<double>::signaling_NaN' : unreferenced inline function has been removed
  437. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1191) : warning C4514: 'std::numeric_limits<long double>::min' : unreferenced inline function has been removed
  438. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1201) : warning C4514: 'std::numeric_limits<long double>::lowest' : unreferenced inline function has been removed
  439. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1206) : warning C4514: 'std::numeric_limits<long double>::epsilon' : unreferenced inline function has been removed
  440. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1211) : warning C4514: 'std::numeric_limits<long double>::round_error' : unreferenced inline function has been removed
  441. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1216) : warning C4514: 'std::numeric_limits<long double>::denorm_min' : unreferenced inline function has been removed
  442. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1221) : warning C4514: 'std::numeric_limits<long double>::infinity' : unreferenced inline function has been removed
  443. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1226) : warning C4514: 'std::numeric_limits<long double>::quiet_NaN' : unreferenced inline function has been removed
  444. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1231) : warning C4514: 'std::numeric_limits<long double>::signaling_NaN' : unreferenced inline function has been removed
  445. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\new(63) : warning C4514: 'operator delete' : unreferenced inline function has been removed
  446. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\new(70) : warning C4514: 'operator new[]' : unreferenced inline function has been removed
  447. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\new(75) : warning C4514: 'operator delete[]' : unreferenced inline function has been removed
  448. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(296) : warning C4514: 'std::char_traits<wchar_t>::compare' : unreferenced inline function has been removed
  449. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(316) : warning C4514: 'std::char_traits<wchar_t>::_Copy_s' : unreferenced inline function has been removed
  450. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(325) : warning C4514: 'std::char_traits<wchar_t>::find' : unreferenced inline function has been removed
  451. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(350) : warning C4514: 'std::char_traits<wchar_t>::eq' : unreferenced inline function has been removed
  452. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(356) : warning C4514: 'std::char_traits<wchar_t>::lt' : unreferenced inline function has been removed
  453. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(380) : warning C4514: 'std::char_traits<wchar_t>::not_eof' : unreferenced inline function has been removed
  454. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(404) : warning C4514: 'std::char_traits<unsigned short>::compare' : unreferenced inline function has been removed
  455. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(412) : warning C4514: 'std::char_traits<unsigned short>::length' : unreferenced inline function has been removed
  456. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(426) : warning C4514: 'std::char_traits<unsigned short>::_Copy_s' : unreferenced inline function has been removed
  457. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(436) : warning C4514: 'std::char_traits<unsigned short>::find' : unreferenced inline function has been removed
  458. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(444) : warning C4514: 'std::char_traits<unsigned short>::move' : unreferenced inline function has been removed
  459. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(452) : warning C4514: 'std::char_traits<unsigned short>::assign' : unreferenced inline function has been removed
  460. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(458) : warning C4514: 'std::char_traits<unsigned short>::assign' : unreferenced inline function has been removed
  461. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(463) : warning C4514: 'std::char_traits<unsigned short>::eq' : unreferenced inline function has been removed
  462. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(469) : warning C4514: 'std::char_traits<unsigned short>::lt' : unreferenced inline function has been removed
  463. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(491) : warning C4514: 'std::char_traits<unsigned short>::not_eof' : unreferenced inline function has been removed
  464. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(533) : warning C4514: 'std::char_traits<char>::_Copy_s' : unreferenced inline function has been removed
  465. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(542) : warning C4514: 'std::char_traits<char>::find' : unreferenced inline function has been removed
  466. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(567) : warning C4514: 'std::char_traits<char>::eq' : unreferenced inline function has been removed
  467. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(573) : warning C4514: 'std::char_traits<char>::lt' : unreferenced inline function has been removed
  468. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(597) : warning C4514: 'std::char_traits<char>::not_eof' : unreferenced inline function has been removed
  469. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(42) : warning C4514: 'std::_Container_base0::_Orphan_all' : unreferenced inline function has been removed
  470. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(46) : warning C4514: 'std::_Container_base0::_Swap_all' : unreferenced inline function has been removed
  471. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(57) : warning C4514: 'std::_Iterator_base0::_Getcont' : unreferenced inline function has been removed
  472. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(66) : warning C4514: 'std::_Container_proxy::_Container_proxy' : unreferenced inline function has been removed
  473. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(78) : warning C4514: 'std::_Container_base12::_Container_base12' : unreferenced inline function has been removed
  474. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(83) : warning C4514: 'std::_Container_base12::_Container_base12' : unreferenced inline function has been removed
  475. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(88) : warning C4514: 'std::_Container_base12::operator =' : unreferenced inline function has been removed
  476. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(93) : warning C4514: 'std::_Container_base12::~_Container_base12' : unreferenced inline function has been removed
  477. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(98) : warning C4514: 'std::_Container_base12::_Getpfirst' : unreferenced inline function has been removed
  478. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(112) : warning C4514: 'std::_Iterator_base12::_Iterator_base12' : unreferenced inline function has been removed
  479. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(117) : warning C4514: 'std::_Iterator_base12::_Iterator_base12' : unreferenced inline function has been removed
  480. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(139) : warning C4514: 'std::_Iterator_base12::~_Iterator_base12' : unreferenced inline function has been removed
  481. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(176) : warning C4514: 'std::_Iterator_base12::_Clrcont' : unreferenced inline function has been removed
  482. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(181) : warning C4514: 'std::_Iterator_base12::_Getcont' : unreferenced inline function has been removed
  483. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(186) : warning C4514: 'std::_Iterator_base12::_Getpnext' : unreferenced inline function has been removed
  484. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(191) : warning C4514: 'std::_Iterator_base12::_Orphan_me' : unreferenced inline function has been removed
  485. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(104) : warning C4514: 'std::_Container_base12::_Swap_all' : unreferenced inline function has been removed
  486. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2603) : warning C4514: 'std::_Fill' : unreferenced inline function has been removed
  487. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2608) : warning C4514: 'std::_Fill' : unreferenced inline function has been removed
  488. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2613) : warning C4514: 'std::_Fill' : unreferenced inline function has been removed
  489. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2637) : warning C4514: 'std::_Fill_n' : unreferenced inline function has been removed
  490. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2643) : warning C4514: 'std::_Fill_n' : unreferenced inline function has been removed
  491. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2650) : warning C4514: 'std::_Fill_n' : unreferenced inline function has been removed
  492. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2742) : warning C4514: 'std::_Equal' : unreferenced inline function has been removed
  493. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2748) : warning C4514: 'std::_Equal' : unreferenced inline function has been removed
  494. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2754) : warning C4514: 'std::_Equal' : unreferenced inline function has been removed
  495. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2900) : warning C4514: 'std::_Lexicographical_compare' : unreferenced inline function has been removed
  496. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(59) : warning C4514: 'std::_Destroy' : unreferenced inline function has been removed
  497. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(64) : warning C4514: 'std::_Destroy' : unreferenced inline function has been removed
  498. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(70) : warning C4514: 'std::_Destroy' : unreferenced inline function has been removed
  499. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(636) : warning C4514: 'std::allocator<void>::allocator' : unreferenced inline function has been removed
  500. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(640) : warning C4514: 'std::allocator<void>::allocator' : unreferenced inline function has been removed
  501. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xatomic0.h(89) : warning C4514: 'std::_Get_atomic_count' : unreferenced inline function has been removed
  502. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xatomic0.h(106) : warning C4514: 'std::_Inc_atomic_counter' : unreferenced inline function has been removed
  503. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xatomic0.h(117) : warning C4514: 'std::_Dec_atomic_counter' : unreferenced inline function has been removed
  504. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xatomic0.h(128) : warning C4514: 'std::_Load_atomic_counter' : unreferenced inline function has been removed
  505. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xatomic0.h(143) : warning C4514: 'std::_Compare_increment_atomic_counter' : unreferenced inline function has been removed
  506. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmmintrin.h(431) : warning C4514: '_mm_cvtpi8_ps' : unreferenced inline function has been removed
  507. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmmintrin.h(448) : warning C4514: '_mm_cvtpu8_ps' : unreferenced inline function has been removed
  508. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmmintrin.h(462) : warning C4514: '_mm_cvtps_pi8' : unreferenced inline function has been removed
  509. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmmintrin.h(477) : warning C4514: '_mm_cvtpi32x2_ps' : unreferenced inline function has been removed
  510. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\intrin.h(228) : warning C4514: '_Intrin_h_InterlockedExchangePointer' : unreferenced inline function has been removed
  511. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(31) : warning C4514: 'std::logic_error::logic_error' : unreferenced inline function has been removed
  512. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(59) : warning C4514: 'std::domain_error::domain_error' : unreferenced inline function has been removed
  513. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(64) : warning C4514: 'std::domain_error::domain_error' : unreferenced inline function has been removed
  514. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(87) : warning C4514: 'std::invalid_argument::invalid_argument' : unreferenced inline function has been removed
  515. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(92) : warning C4514: 'std::invalid_argument::invalid_argument' : unreferenced inline function has been removed
  516. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(115) : warning C4514: 'std::length_error::length_error' : unreferenced inline function has been removed
  517. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(120) : warning C4514: 'std::length_error::length_error' : unreferenced inline function has been removed
  518. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(143) : warning C4514: 'std::out_of_range::out_of_range' : unreferenced inline function has been removed
  519. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(148) : warning C4514: 'std::out_of_range::out_of_range' : unreferenced inline function has been removed
  520. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(199) : warning C4514: 'std::overflow_error::overflow_error' : unreferenced inline function has been removed
  521. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(204) : warning C4514: 'std::overflow_error::overflow_error' : unreferenced inline function has been removed
  522. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(227) : warning C4514: 'std::underflow_error::underflow_error' : unreferenced inline function has been removed
  523. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(232) : warning C4514: 'std::underflow_error::underflow_error' : unreferenced inline function has been removed
  524. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(255) : warning C4514: 'std::range_error::range_error' : unreferenced inline function has been removed
  525. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(260) : warning C4514: 'std::range_error::range_error' : unreferenced inline function has been removed
  526. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\typeinfo(46) : warning C4514: 'type_info::hash_code' : unreferenced inline function has been removed
  527. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(27) : warning C4514: 'std::_Timevec::_Timevec' : unreferenced inline function has been removed
  528. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(44) : warning C4514: 'std::_Timevec::_Getptr' : unreferenced inline function has been removed
  529. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(110) : warning C4514: 'std::_Locinfo::_Getcoll' : unreferenced inline function has been removed
  530. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(130) : warning C4514: 'std::_Locinfo::_Gettnames' : unreferenced inline function has been removed
  531. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(135) : warning C4514: 'std::_Locinfo::_Getdays' : unreferenced inline function has been removed
  532. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(149) : warning C4514: 'std::_Locinfo::_Getmonths' : unreferenced inline function has been removed
  533. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(175) : warning C4514: 'std::_Locinfo::_Getdateorder' : unreferenced inline function has been removed
  534. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(180) : warning C4514: 'std::_Locinfo::_W_Gettnames' : unreferenced inline function has been removed
  535. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(185) : warning C4514: 'std::_Locinfo::_W_Getdays' : unreferenced inline function has been removed
  536. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(200) : warning C4514: 'std::_Locinfo::_W_Getmonths' : unreferenced inline function has been removed
  537. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(251) : warning C4514: 'std::_LStrcoll' : unreferenced inline function has been removed
  538. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(259) : warning C4514: 'std::_LStrcoll' : unreferenced inline function has been removed
  539. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(280) : warning C4514: 'std::_LStrxfrm' : unreferenced inline function has been removed
  540. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(289) : warning C4514: 'std::_LStrxfrm' : unreferenced inline function has been removed
  541. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(112) : warning C4514: 'std::locale::facet::_Getcat' : unreferenced inline function has been removed
  542. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(202) : warning C4514: 'std::locale::_Locimp::_Locimp' : unreferenced inline function has been removed
  543. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(209) : warning C4514: 'std::locale::_Locimp::_Locimp' : unreferenced inline function has been removed
  544. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(217) : warning C4514: 'std::locale::_Locimp::_Addfac' : unreferenced inline function has been removed
  545. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(296) : warning C4514: 'std::locale::locale' : unreferenced inline function has been removed
  546. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(333) : warning C4514: 'std::locale::locale' : unreferenced inline function has been removed
  547. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(400) : warning C4514: 'std::locale::locale' : unreferenced inline function has been removed
  548. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(411) : warning C4514: 'std::locale::locale' : unreferenced inline function has been removed
  549. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(422) : warning C4514: 'std::locale::locale' : unreferenced inline function has been removed
  550. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(429) : warning C4514: 'std::locale::locale' : unreferenced inline function has been removed
  551. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(487) : warning C4514: 'std::locale::operator !=' : unreferenced inline function has been removed
  552. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(502) : warning C4514: 'std::locale::locale' : unreferenced inline function has been removed
  553. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(666) : warning C4514: 'std::_Maklocbyte' : unreferenced inline function has been removed
  554. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(677) : warning C4514: 'std::_Maklocbyte' : unreferenced inline function has been removed
  555. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(710) : warning C4514: 'std::_Maklocchr' : unreferenced inline function has been removed
  556. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(776) : warning C4514: 'std::_Maklocstr' : unreferenced inline function has been removed
  557. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(824) : warning C4514: 'std::codecvt_base::always_noconv' : unreferenced inline function has been removed
  558. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(829) : warning C4514: 'std::codecvt_base::max_length' : unreferenced inline function has been removed
  559. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(834) : warning C4514: 'std::codecvt_base::encoding' : unreferenced inline function has been removed
  560. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1602) : warning C4514: 'std::codecvt<wchar_t,char,_Mbstatet>::in' : unreferenced inline function has been removed
  561. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1610) : warning C4514: 'std::codecvt<wchar_t,char,_Mbstatet>::out' : unreferenced inline function has been removed
  562. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1618) : warning C4514: 'std::codecvt<wchar_t,char,_Mbstatet>::unshift' : unreferenced inline function has been removed
  563. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1625) : warning C4514: 'std::codecvt<wchar_t,char,_Mbstatet>::length' : unreferenced inline function has been removed
  564. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1633) : warning C4514: 'std::codecvt<wchar_t,char,_Mbstatet>::codecvt' : unreferenced inline function has been removed
  565. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1647) : warning C4514: 'std::codecvt<wchar_t,char,_Mbstatet>::_Getcat' : unreferenced inline function has been removed
  566. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1837) : warning C4514: 'std::codecvt<unsigned short,char,_Mbstatet>::in' : unreferenced inline function has been removed
  567. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1845) : warning C4514: 'std::codecvt<unsigned short,char,_Mbstatet>::out' : unreferenced inline function has been removed
  568. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1853) : warning C4514: 'std::codecvt<unsigned short,char,_Mbstatet>::unshift' : unreferenced inline function has been removed
  569. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1860) : warning C4514: 'std::codecvt<unsigned short,char,_Mbstatet>::length' : unreferenced inline function has been removed
  570. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1868) : warning C4514: 'std::codecvt<unsigned short,char,_Mbstatet>::codecvt' : unreferenced inline function has been removed
  571. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1882) : warning C4514: 'std::codecvt<unsigned short,char,_Mbstatet>::_Getcat' : unreferenced inline function has been removed
  572. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2368) : warning C4514: 'std::ctype<char>::is' : unreferenced inline function has been removed
  573. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2378) : warning C4514: 'std::ctype<char>::scan_is' : unreferenced inline function has been removed
  574. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2387) : warning C4514: 'std::ctype<char>::scan_not' : unreferenced inline function has been removed
  575. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2396) : warning C4514: 'std::ctype<char>::tolower' : unreferenced inline function has been removed
  576. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2401) : warning C4514: 'std::ctype<char>::tolower' : unreferenced inline function has been removed
  577. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2406) : warning C4514: 'std::ctype<char>::toupper' : unreferenced inline function has been removed
  578. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2411) : warning C4514: 'std::ctype<char>::toupper' : unreferenced inline function has been removed
  579. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2427) : warning C4514: 'std::ctype<char>::narrow' : unreferenced inline function has been removed
  580. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2432) : warning C4514: 'std::ctype<char>::narrow' : unreferenced inline function has been removed
  581. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2440) : warning C4514: 'std::ctype<char>::ctype' : unreferenced inline function has been removed
  582. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2588) : warning C4514: 'std::ctype<wchar_t>::is' : unreferenced inline function has been removed
  583. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2594) : warning C4514: 'std::ctype<wchar_t>::scan_is' : unreferenced inline function has been removed
  584. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2600) : warning C4514: 'std::ctype<wchar_t>::scan_not' : unreferenced inline function has been removed
  585. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2606) : warning C4514: 'std::ctype<wchar_t>::tolower' : unreferenced inline function has been removed
  586. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2611) : warning C4514: 'std::ctype<wchar_t>::tolower' : unreferenced inline function has been removed
  587. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2616) : warning C4514: 'std::ctype<wchar_t>::toupper' : unreferenced inline function has been removed
  588. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2621) : warning C4514: 'std::ctype<wchar_t>::toupper' : unreferenced inline function has been removed
  589. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2637) : warning C4514: 'std::ctype<wchar_t>::narrow' : unreferenced inline function has been removed
  590. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2642) : warning C4514: 'std::ctype<wchar_t>::narrow' : unreferenced inline function has been removed
  591. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2650) : warning C4514: 'std::ctype<wchar_t>::ctype' : unreferenced inline function has been removed
  592. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2815) : warning C4514: 'std::ctype<unsigned short>::is' : unreferenced inline function has been removed
  593. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2821) : warning C4514: 'std::ctype<unsigned short>::scan_is' : unreferenced inline function has been removed
  594. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2827) : warning C4514: 'std::ctype<unsigned short>::scan_not' : unreferenced inline function has been removed
  595. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2833) : warning C4514: 'std::ctype<unsigned short>::tolower' : unreferenced inline function has been removed
  596. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2838) : warning C4514: 'std::ctype<unsigned short>::tolower' : unreferenced inline function has been removed
  597. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2843) : warning C4514: 'std::ctype<unsigned short>::toupper' : unreferenced inline function has been removed
  598. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2848) : warning C4514: 'std::ctype<unsigned short>::toupper' : unreferenced inline function has been removed
  599. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2853) : warning C4514: 'std::ctype<unsigned short>::widen' : unreferenced inline function has been removed
  600. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2858) : warning C4514: 'std::ctype<unsigned short>::widen' : unreferenced inline function has been removed
  601. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2864) : warning C4514: 'std::ctype<unsigned short>::narrow' : unreferenced inline function has been removed
  602. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2869) : warning C4514: 'std::ctype<unsigned short>::narrow' : unreferenced inline function has been removed
  603. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2877) : warning C4514: 'std::ctype<unsigned short>::ctype' : unreferenced inline function has been removed
  604. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(3055) : warning C4514: 'std::ctype_byname<char>::ctype_byname' : unreferenced inline function has been removed
  605. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(3060) : warning C4514: 'std::ctype_byname<char>::ctype_byname' : unreferenced inline function has been removed
  606. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(180) : warning C4514: 'std::error_category::operator !=' : unreferenced inline function has been removed
  607. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(200) : warning C4514: 'std::error_code::error_code' : unreferenced inline function has been removed
  608. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(220) : warning C4514: 'std::error_code::assign' : unreferenced inline function has been removed
  609. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(234) : warning C4514: 'std::error_code::clear' : unreferenced inline function has been removed
  610. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(257) : warning C4514: 'std::error_code::operator bool' : unreferenced inline function has been removed
  611. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(268) : warning C4514: 'std::error_code::operator !=' : unreferenced inline function has been removed
  612. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(273) : warning C4514: 'std::error_code::operator <' : unreferenced inline function has been removed
  613. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(291) : warning C4514: 'std::error_condition::error_condition' : unreferenced inline function has been removed
  614. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(311) : warning C4514: 'std::error_condition::assign' : unreferenced inline function has been removed
  615. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(325) : warning C4514: 'std::error_condition::clear' : unreferenced inline function has been removed
  616. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(341) : warning C4514: 'std::error_condition::message' : unreferenced inline function has been removed
  617. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(346) : warning C4514: 'std::error_condition::operator bool' : unreferenced inline function has been removed
  618. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(357) : warning C4514: 'std::error_condition::operator !=' : unreferenced inline function has been removed
  619. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(362) : warning C4514: 'std::error_condition::operator <' : unreferenced inline function has been removed
  620. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(250) : warning C4514: 'std::error_code::default_error_condition' : unreferenced inline function has been removed
  621. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(419) : warning C4514: 'std::operator !=' : unreferenced inline function has been removed
  622. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(426) : warning C4514: 'std::operator !=' : unreferenced inline function has been removed
  623. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(139) : warning C4514: 'std::make_error_code' : unreferenced inline function has been removed
  624. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(141) : warning C4514: 'std::make_error_condition' : unreferenced inline function has been removed
  625. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(142) : warning C4514: 'std::make_error_condition' : unreferenced inline function has been removed
  626. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(462) : warning C4514: 'std::hash<std::error_code>::operator ()' : unreferenced inline function has been removed
  627. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(497) : warning C4514: 'std::system_error::system_error' : unreferenced inline function has been removed
  628. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(512) : warning C4514: 'std::system_error::system_error' : unreferenced inline function has been removed
  629. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(517) : warning C4514: 'std::system_error::system_error' : unreferenced inline function has been removed
  630. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(523) : warning C4514: 'std::system_error::system_error' : unreferenced inline function has been removed
  631. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(529) : warning C4514: 'std::system_error::code' : unreferenced inline function has been removed
  632. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(224) : warning C4514: 'std::ios_base::failure::failure' : unreferenced inline function has been removed
  633. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(252) : warning C4514: 'std::ios_base::Init::Init' : unreferenced inline function has been removed
  634. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(257) : warning C4514: 'std::ios_base::Init::~Init' : unreferenced inline function has been removed
  635. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(271) : warning C4514: 'std::ios_base::operator bool' : unreferenced inline function has been removed
  636. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(276) : warning C4514: 'std::ios_base::operator !' : unreferenced inline function has been removed
  637. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(301) : warning C4514: 'std::ios_base::clear' : unreferenced inline function has been removed
  638. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(311) : warning C4514: 'std::ios_base::setstate' : unreferenced inline function has been removed
  639. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(323) : warning C4514: 'std::ios_base::setstate' : unreferenced inline function has been removed
  640. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(344) : warning C4514: 'std::ios_base::bad' : unreferenced inline function has been removed
  641. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(349) : warning C4514: 'std::ios_base::exceptions' : unreferenced inline function has been removed
  642. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(360) : warning C4514: 'std::ios_base::exceptions' : unreferenced inline function has been removed
  643. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(370) : warning C4514: 'std::ios_base::flags' : unreferenced inline function has been removed
  644. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(403) : warning C4514: 'std::ios_base::precision' : unreferenced inline function has been removed
  645. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(427) : warning C4514: 'std::ios_base::imbue' : unreferenced inline function has been removed
  646. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(435) : warning C4514: 'std::ios_base::xalloc' : unreferenced inline function has been removed
  647. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(458) : warning C4514: 'std::ios_base::copyfmt' : unreferenced inline function has been removed
  648. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(486) : warning C4514: 'std::ios_base::sync_with_stdio' : unreferenced inline function has been removed
  649. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(495) : warning C4514: 'std::ios_base::swap' : unreferenced inline function has been removed
  650. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocnum(62) : warning C4514: 'std::_Maklocwcs' : unreferenced inline function has been removed
  651. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(209) : warning C4514: 'std::boolalpha' : unreferenced inline function has been removed
  652. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(215) : warning C4514: 'std::dec' : unreferenced inline function has been removed
  653. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(221) : warning C4514: 'std::defaultfloat' : unreferenced inline function has been removed
  654. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(227) : warning C4514: 'std::fixed' : unreferenced inline function has been removed
  655. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(233) : warning C4514: 'std::hex' : unreferenced inline function has been removed
  656. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(239) : warning C4514: 'std::hexfloat' : unreferenced inline function has been removed
  657. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(249) : warning C4514: 'std::internal' : unreferenced inline function has been removed
  658. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(255) : warning C4514: 'std::left' : unreferenced inline function has been removed
  659. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(261) : warning C4514: 'std::noboolalpha' : unreferenced inline function has been removed
  660. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(267) : warning C4514: 'std::noshowbase' : unreferenced inline function has been removed
  661. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(273) : warning C4514: 'std::noshowpoint' : unreferenced inline function has been removed
  662. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(279) : warning C4514: 'std::noshowpos' : unreferenced inline function has been removed
  663. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(285) : warning C4514: 'std::noskipws' : unreferenced inline function has been removed
  664. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(291) : warning C4514: 'std::nounitbuf' : unreferenced inline function has been removed
  665. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(297) : warning C4514: 'std::nouppercase' : unreferenced inline function has been removed
  666. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(303) : warning C4514: 'std::oct' : unreferenced inline function has been removed
  667. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(309) : warning C4514: 'std::right' : unreferenced inline function has been removed
  668. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(315) : warning C4514: 'std::scientific' : unreferenced inline function has been removed
  669. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(321) : warning C4514: 'std::showbase' : unreferenced inline function has been removed
  670. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(327) : warning C4514: 'std::showpoint' : unreferenced inline function has been removed
  671. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(333) : warning C4514: 'std::showpos' : unreferenced inline function has been removed
  672. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(339) : warning C4514: 'std::skipws' : unreferenced inline function has been removed
  673. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(345) : warning C4514: 'std::unitbuf' : unreferenced inline function has been removed
  674. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(351) : warning C4514: 'std::uppercase' : unreferenced inline function has been removed
  675. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\istream(1146) : warning C4514: 'std::ws' : unreferenced inline function has been removed
  676. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\istream(1181) : warning C4514: 'std::ws' : unreferenced inline function has been removed
  677. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\istream(1217) : warning C4514: 'std::ws' : unreferenced inline function has been removed
  678. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(226) : warning C4514: 'std::stoi' : unreferenced inline function has been removed
  679. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(243) : warning C4514: 'std::stol' : unreferenced inline function has been removed
  680. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(260) : warning C4514: 'std::stoul' : unreferenced inline function has been removed
  681. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(277) : warning C4514: 'std::stoll' : unreferenced inline function has been removed
  682. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(294) : warning C4514: 'std::stoull' : unreferenced inline function has been removed
  683. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(311) : warning C4514: 'std::stof' : unreferenced inline function has been removed
  684. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(327) : warning C4514: 'std::stod' : unreferenced inline function has been removed
  685. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(343) : warning C4514: 'std::stold' : unreferenced inline function has been removed
  686. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(360) : warning C4514: 'std::stoi' : unreferenced inline function has been removed
  687. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(377) : warning C4514: 'std::stol' : unreferenced inline function has been removed
  688. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(394) : warning C4514: 'std::stoul' : unreferenced inline function has been removed
  689. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(411) : warning C4514: 'std::stoll' : unreferenced inline function has been removed
  690. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(428) : warning C4514: 'std::stoull' : unreferenced inline function has been removed
  691. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(445) : warning C4514: 'std::stof' : unreferenced inline function has been removed
  692. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(461) : warning C4514: 'std::stod' : unreferenced inline function has been removed
  693. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(477) : warning C4514: 'std::stold' : unreferenced inline function has been removed
  694. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(500) : warning C4514: 'std::to_string' : unreferenced inline function has been removed
  695. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(508) : warning C4514: 'std::to_string' : unreferenced inline function has been removed
  696. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(516) : warning C4514: 'std::to_string' : unreferenced inline function has been removed
  697. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(524) : warning C4514: 'std::to_string' : unreferenced inline function has been removed
  698. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(532) : warning C4514: 'std::to_string' : unreferenced inline function has been removed
  699. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(540) : warning C4514: 'std::to_string' : unreferenced inline function has been removed
  700. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(561) : warning C4514: 'std::to_string' : unreferenced inline function has been removed
  701. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(566) : warning C4514: 'std::to_string' : unreferenced inline function has been removed
  702. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(578) : warning C4514: 'std::to_wstring' : unreferenced inline function has been removed
  703. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(586) : warning C4514: 'std::to_wstring' : unreferenced inline function has been removed
  704. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(594) : warning C4514: 'std::to_wstring' : unreferenced inline function has been removed
  705. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(602) : warning C4514: 'std::to_wstring' : unreferenced inline function has been removed
  706. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(610) : warning C4514: 'std::to_wstring' : unreferenced inline function has been removed
  707. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(618) : warning C4514: 'std::to_wstring' : unreferenced inline function has been removed
  708. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(639) : warning C4514: 'std::to_wstring' : unreferenced inline function has been removed
  709. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(644) : warning C4514: 'std::to_wstring' : unreferenced inline function has been removed
  710. mkdir -p build/Debug/VCC4N-Windows/src
  711. msvc_caller -c -Od -Wall -I include -I ../Common/include -I ../JDK/include -Fobuild/Debug/VCC4N-Windows/src/error.o src/error.cpp
  712. MSVC Caller version 0.3.0
  713. Call: ""C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe" /nologo /c /Od /Wall /I include /I ../Common/include /I ../JDK/include /Fobuild/Debug/VCC4N-Windows/src/error.o src/error.cpp "
  714. error.cpp
  715. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(337) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
  716. src/error.cpp(36) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  717. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdio.h(356) : see declaration of 'sprintf'
  718. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(684) : warning C4350: behavior change: 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc(const std::_Wrap_alloc<std::allocator<char>> &) throw()' called instead of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc<std::_Wrap_alloc<std::allocator<char>>>(_Other &) throw()'
  719. with
  720. [
  721. _Other=std::_Wrap_alloc<std::allocator<char>>
  722. ]
  723. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(809) : see declaration of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc'
  724. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(821) : see declaration of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc'
  725. A non-const reference may only be bound to an lvalue
  726. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(683) : while compiling class template member function 'std::_Wrap_alloc<std::allocator<char>> std::_String_alloc<false,std::_String_base_types<_Elem,_Alloc>>::_Getal(void) const'
  727. with
  728. [
  729. _Elem=char
  730. , _Alloc=std::allocator<char>
  731. ]
  732. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(724) : see reference to function template instantiation 'std::_Wrap_alloc<std::allocator<char>> std::_String_alloc<false,std::_String_base_types<_Elem,_Alloc>>::_Getal(void) const' being compiled
  733. with
  734. [
  735. _Elem=char
  736. , _Alloc=std::allocator<char>
  737. ]
  738. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(695) : see reference to class template instantiation 'std::_String_alloc<false,std::_String_base_types<_Elem,_Alloc>>' being compiled
  739. with
  740. [
  741. _Elem=char
  742. , _Alloc=std::allocator<char>
  743. ]
  744. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(31) : see reference to class template instantiation 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' being compiled
  745. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(779) : warning C4350: behavior change: 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc(const std::allocator<char> &) throw()' called instead of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc<std::allocator<char>>(_Other &) throw()'
  746. with
  747. [
  748. _Other=std::allocator<char>
  749. ]
  750. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(804) : see declaration of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc'
  751. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(821) : see declaration of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc'
  752. A non-const reference may only be bound to an lvalue
  753. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(778) : while compiling class template member function 'std::_Wrap_alloc<std::allocator<char>> std::_Wrap_alloc<std::allocator<char>>::select_on_container_copy_construction(void) const'
  754. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(724) : see reference to function template instantiation 'std::_Wrap_alloc<std::allocator<char>> std::_Wrap_alloc<std::allocator<char>>::select_on_container_copy_construction(void) const' being compiled
  755. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(455) : see reference to class template instantiation 'std::_Wrap_alloc<std::allocator<char>>' being compiled
  756. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(621) : see reference to class template instantiation 'std::_String_base_types<_Elem,_Alloc>' being compiled
  757. with
  758. [
  759. _Elem=char
  760. , _Alloc=std::allocator<char>
  761. ]
  762. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(804) : see declaration of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc'
  763. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(821) : see declaration of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc'
  764. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(804) : see declaration of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc'
  765. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(821) : see declaration of 'std::_Wrap_alloc<std::allocator<char>>::_Wrap_alloc'
  766. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(684) : warning C4350: behavior change: 'std::_Wrap_alloc<std::allocator<wchar_t>>::_Wrap_alloc(const std::_Wrap_alloc<std::allocator<wchar_t>> &) throw()' called instead of 'std::_Wrap_alloc<std::allocator<wchar_t>>::_Wrap_alloc<std::_Wrap_alloc<std::allocator<wchar_t>>>(_Other &) throw()'
  767. with
  768. [
  769. _Other=std::_Wrap_alloc<std::allocator<wchar_t>>
  770. ]
  771. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(809) : see declaration of 'std::_Wrap_alloc<std::allocator<wchar_t>>::_Wrap_alloc'
  772. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(821) : see declaration of 'std::_Wrap_alloc<std::allocator<wchar_t>>::_Wrap_alloc'
  773. A non-const reference may only be bound to an lvalue
  774. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(683) : while compiling class template member function 'std::_Wrap_alloc<std::allocator<wchar_t>> std::_String_alloc<false,std::_String_base_types<_Elem,_Alloc>>::_Getal(void) const'
  775. with
  776. [
  777. _Elem=wchar_t
  778. , _Alloc=std::allocator<wchar_t>
  779. ]
  780. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(887) : see reference to function template instantiation 'std::_Wrap_alloc<std::allocator<wchar_t>> std::_String_alloc<false,std::_String_base_types<_Elem,_Alloc>>::_Getal(void) const' being compiled
  781. with
  782. [
  783. _Elem=wchar_t
  784. , _Alloc=std::allocator<wchar_t>
  785. ]
  786. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstring(695) : see reference to class template instantiation 'std::_String_alloc<false,std::_String_base_types<_Elem,_Alloc>>' being compiled
  787. with
  788. [
  789. _Elem=wchar_t
  790. , _Alloc=std::allocator<wchar_t>
  791. ]
  792. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(363) : see reference to class template instantiation 'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>' being compiled
  793. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(304) : warning C4514: 'fpclassify' : unreferenced inline function has been removed
  794. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(309) : warning C4514: 'fpclassify' : unreferenced inline function has been removed
  795. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(314) : warning C4514: 'fpclassify' : unreferenced inline function has been removed
  796. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(319) : warning C4514: 'signbit' : unreferenced inline function has been removed
  797. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(324) : warning C4514: 'signbit' : unreferenced inline function has been removed
  798. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(329) : warning C4514: 'signbit' : unreferenced inline function has been removed
  799. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(334) : warning C4514: '_fpcomp' : unreferenced inline function has been removed
  800. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(339) : warning C4514: '_fpcomp' : unreferenced inline function has been removed
  801. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(344) : warning C4514: '_fpcomp' : unreferenced inline function has been removed
  802. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(823) : warning C4514: '_chgsignl' : unreferenced inline function has been removed
  803. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(830) : warning C4514: '_copysignl' : unreferenced inline function has been removed
  804. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(884) : warning C4514: '_hypotl' : unreferenced inline function has been removed
  805. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1025) : warning C4514: 'abs' : unreferenced inline function has been removed
  806. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1027) : warning C4514: 'pow' : unreferenced inline function has been removed
  807. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1029) : warning C4514: 'abs' : unreferenced inline function has been removed
  808. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1031) : warning C4514: 'acos' : unreferenced inline function has been removed
  809. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1033) : warning C4514: 'acosh' : unreferenced inline function has been removed
  810. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1035) : warning C4514: 'asin' : unreferenced inline function has been removed
  811. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1037) : warning C4514: 'asinh' : unreferenced inline function has been removed
  812. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1039) : warning C4514: 'atan' : unreferenced inline function has been removed
  813. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1041) : warning C4514: 'atanh' : unreferenced inline function has been removed
  814. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1043) : warning C4514: 'atan2' : unreferenced inline function has been removed
  815. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1045) : warning C4514: 'cbrt' : unreferenced inline function has been removed
  816. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1047) : warning C4514: 'ceil' : unreferenced inline function has been removed
  817. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1049) : warning C4514: 'copysign' : unreferenced inline function has been removed
  818. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1051) : warning C4514: 'cos' : unreferenced inline function has been removed
  819. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1053) : warning C4514: 'cosh' : unreferenced inline function has been removed
  820. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1055) : warning C4514: 'erf' : unreferenced inline function has been removed
  821. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1057) : warning C4514: 'erfc' : unreferenced inline function has been removed
  822. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1059) : warning C4514: 'exp' : unreferenced inline function has been removed
  823. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1061) : warning C4514: 'exp2' : unreferenced inline function has been removed
  824. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1063) : warning C4514: 'expm1' : unreferenced inline function has been removed
  825. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1065) : warning C4514: 'fabs' : unreferenced inline function has been removed
  826. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1067) : warning C4514: 'fdim' : unreferenced inline function has been removed
  827. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1069) : warning C4514: 'floor' : unreferenced inline function has been removed
  828. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1071) : warning C4514: 'fma' : unreferenced inline function has been removed
  829. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1073) : warning C4514: 'fmax' : unreferenced inline function has been removed
  830. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1075) : warning C4514: 'fmin' : unreferenced inline function has been removed
  831. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1077) : warning C4514: 'fmod' : unreferenced inline function has been removed
  832. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1079) : warning C4514: 'frexp' : unreferenced inline function has been removed
  833. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1081) : warning C4514: 'hypot' : unreferenced inline function has been removed
  834. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1083) : warning C4514: 'ilogb' : unreferenced inline function has been removed
  835. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1085) : warning C4514: 'ldexp' : unreferenced inline function has been removed
  836. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1087) : warning C4514: 'lgamma' : unreferenced inline function has been removed
  837. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1089) : warning C4514: 'llrint' : unreferenced inline function has been removed
  838. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1091) : warning C4514: 'llround' : unreferenced inline function has been removed
  839. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1093) : warning C4514: 'log' : unreferenced inline function has been removed
  840. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1095) : warning C4514: 'log10' : unreferenced inline function has been removed
  841. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1097) : warning C4514: 'log1p' : unreferenced inline function has been removed
  842. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1099) : warning C4514: 'log2' : unreferenced inline function has been removed
  843. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1101) : warning C4514: 'logb' : unreferenced inline function has been removed
  844. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1103) : warning C4514: 'lrint' : unreferenced inline function has been removed
  845. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1105) : warning C4514: 'lround' : unreferenced inline function has been removed
  846. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1107) : warning C4514: 'modf' : unreferenced inline function has been removed
  847. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1109) : warning C4514: 'nearbyint' : unreferenced inline function has been removed
  848. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1111) : warning C4514: 'nextafter' : unreferenced inline function has been removed
  849. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1113) : warning C4514: 'nexttoward' : unreferenced inline function has been removed
  850. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1115) : warning C4514: 'pow' : unreferenced inline function has been removed
  851. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1117) : warning C4514: 'pow' : unreferenced inline function has been removed
  852. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1119) : warning C4514: 'remainder' : unreferenced inline function has been removed
  853. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1121) : warning C4514: 'remquo' : unreferenced inline function has been removed
  854. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1123) : warning C4514: 'rint' : unreferenced inline function has been removed
  855. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1125) : warning C4514: 'round' : unreferenced inline function has been removed
  856. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1127) : warning C4514: 'scalbln' : unreferenced inline function has been removed
  857. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1129) : warning C4514: 'scalbn' : unreferenced inline function has been removed
  858. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1131) : warning C4514: 'sin' : unreferenced inline function has been removed
  859. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1133) : warning C4514: 'sinh' : unreferenced inline function has been removed
  860. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1135) : warning C4514: 'sqrt' : unreferenced inline function has been removed
  861. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1137) : warning C4514: 'tan' : unreferenced inline function has been removed
  862. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1139) : warning C4514: 'tanh' : unreferenced inline function has been removed
  863. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1141) : warning C4514: 'tgamma' : unreferenced inline function has been removed
  864. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1143) : warning C4514: 'trunc' : unreferenced inline function has been removed
  865. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1145) : warning C4514: 'abs' : unreferenced inline function has been removed
  866. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1147) : warning C4514: 'acos' : unreferenced inline function has been removed
  867. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1149) : warning C4514: 'acosh' : unreferenced inline function has been removed
  868. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1151) : warning C4514: 'asin' : unreferenced inline function has been removed
  869. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1153) : warning C4514: 'asinh' : unreferenced inline function has been removed
  870. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1155) : warning C4514: 'atan' : unreferenced inline function has been removed
  871. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1157) : warning C4514: 'atanh' : unreferenced inline function has been removed
  872. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1159) : warning C4514: 'atan2' : unreferenced inline function has been removed
  873. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1161) : warning C4514: 'cbrt' : unreferenced inline function has been removed
  874. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1163) : warning C4514: 'ceil' : unreferenced inline function has been removed
  875. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1165) : warning C4514: 'copysign' : unreferenced inline function has been removed
  876. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1167) : warning C4514: 'cos' : unreferenced inline function has been removed
  877. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1169) : warning C4514: 'cosh' : unreferenced inline function has been removed
  878. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1171) : warning C4514: 'erf' : unreferenced inline function has been removed
  879. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1173) : warning C4514: 'erfc' : unreferenced inline function has been removed
  880. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1175) : warning C4514: 'exp' : unreferenced inline function has been removed
  881. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1177) : warning C4514: 'exp2' : unreferenced inline function has been removed
  882. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1179) : warning C4514: 'expm1' : unreferenced inline function has been removed
  883. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1181) : warning C4514: 'fabs' : unreferenced inline function has been removed
  884. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1183) : warning C4514: 'fdim' : unreferenced inline function has been removed
  885. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1185) : warning C4514: 'floor' : unreferenced inline function has been removed
  886. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1187) : warning C4514: 'fma' : unreferenced inline function has been removed
  887. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1189) : warning C4514: 'fmax' : unreferenced inline function has been removed
  888. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1191) : warning C4514: 'fmin' : unreferenced inline function has been removed
  889. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1193) : warning C4514: 'fmod' : unreferenced inline function has been removed
  890. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1195) : warning C4514: 'frexp' : unreferenced inline function has been removed
  891. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1197) : warning C4514: 'hypot' : unreferenced inline function has been removed
  892. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1199) : warning C4514: 'ilogb' : unreferenced inline function has been removed
  893. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1201) : warning C4514: 'ldexp' : unreferenced inline function has been removed
  894. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1203) : warning C4514: 'lgamma' : unreferenced inline function has been removed
  895. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1205) : warning C4514: 'llrint' : unreferenced inline function has been removed
  896. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1207) : warning C4514: 'llround' : unreferenced inline function has been removed
  897. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1209) : warning C4514: 'log' : unreferenced inline function has been removed
  898. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1211) : warning C4514: 'log10' : unreferenced inline function has been removed
  899. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1213) : warning C4514: 'log1p' : unreferenced inline function has been removed
  900. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1215) : warning C4514: 'log2' : unreferenced inline function has been removed
  901. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1217) : warning C4514: 'logb' : unreferenced inline function has been removed
  902. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1219) : warning C4514: 'lrint' : unreferenced inline function has been removed
  903. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1221) : warning C4514: 'lround' : unreferenced inline function has been removed
  904. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1223) : warning C4514: 'modf' : unreferenced inline function has been removed
  905. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1225) : warning C4514: 'nearbyint' : unreferenced inline function has been removed
  906. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1227) : warning C4514: 'nextafter' : unreferenced inline function has been removed
  907. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1229) : warning C4514: 'nexttoward' : unreferenced inline function has been removed
  908. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1231) : warning C4514: 'pow' : unreferenced inline function has been removed
  909. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1233) : warning C4514: 'pow' : unreferenced inline function has been removed
  910. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1235) : warning C4514: 'remainder' : unreferenced inline function has been removed
  911. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1237) : warning C4514: 'remquo' : unreferenced inline function has been removed
  912. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1239) : warning C4514: 'rint' : unreferenced inline function has been removed
  913. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1241) : warning C4514: 'round' : unreferenced inline function has been removed
  914. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1243) : warning C4514: 'scalbln' : unreferenced inline function has been removed
  915. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1245) : warning C4514: 'scalbn' : unreferenced inline function has been removed
  916. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1247) : warning C4514: 'sin' : unreferenced inline function has been removed
  917. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1249) : warning C4514: 'sinh' : unreferenced inline function has been removed
  918. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1251) : warning C4514: 'sqrt' : unreferenced inline function has been removed
  919. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1253) : warning C4514: 'tan' : unreferenced inline function has been removed
  920. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1255) : warning C4514: 'tanh' : unreferenced inline function has been removed
  921. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1257) : warning C4514: 'tgamma' : unreferenced inline function has been removed
  922. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(1259) : warning C4514: 'trunc' : unreferenced inline function has been removed
  923. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xtr1common(374) : warning C4514: 'std::_Wrap_int::_Wrap_int' : unreferenced inline function has been removed
  924. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xtgmath.h(124) : warning C4514: '_Fma' : unreferenced inline function has been removed
  925. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xtgmath.h(129) : warning C4514: '_Fma' : unreferenced inline function has been removed
  926. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xtgmath.h(134) : warning C4514: '_Fma' : unreferenced inline function has been removed
  927. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xtgmath.h(152) : warning C4514: '_Remquo' : unreferenced inline function has been removed
  928. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xtgmath.h(157) : warning C4514: '_Remquo' : unreferenced inline function has been removed
  929. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xtgmath.h(162) : warning C4514: '_Remquo' : unreferenced inline function has been removed
  930. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\swprintf.inl(36) : warning C4514: 'swprintf' : unreferenced inline function has been removed
  931. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\swprintf.inl(49) : warning C4514: 'vswprintf' : unreferenced inline function has been removed
  932. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\swprintf.inl(60) : warning C4514: '_swprintf_l' : unreferenced inline function has been removed
  933. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\swprintf.inl(73) : warning C4514: '_vswprintf_l' : unreferenced inline function has been removed
  934. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\swprintf.inl(85) : warning C4514: 'swprintf' : unreferenced inline function has been removed
  935. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\swprintf.inl(97) : warning C4514: 'vswprintf' : unreferenced inline function has been removed
  936. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\swprintf.inl(105) : warning C4514: '_swprintf_l' : unreferenced inline function has been removed
  937. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\swprintf.inl(117) : warning C4514: '_vswprintf_l' : unreferenced inline function has been removed
  938. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdio.h(422) : warning C4514: 'getwchar' : unreferenced inline function has been removed
  939. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdio.h(424) : warning C4514: 'putwchar' : unreferenced inline function has been removed
  940. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdlib.h(497) : warning C4514: 'abs' : unreferenced inline function has been removed
  941. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdlib.h(501) : warning C4514: 'abs' : unreferenced inline function has been removed
  942. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdlib.h(505) : warning C4514: 'div' : unreferenced inline function has been removed
  943. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdlib.h(509) : warning C4514: 'div' : unreferenced inline function has been removed
  944. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(130) : warning C4514: 'strnlen_s' : unreferenced inline function has been removed
  945. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(221) : warning C4514: 'strchr' : unreferenced inline function has been removed
  946. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(223) : warning C4514: 'strpbrk' : unreferenced inline function has been removed
  947. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(225) : warning C4514: 'strrchr' : unreferenced inline function has been removed
  948. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(227) : warning C4514: 'strstr' : unreferenced inline function has been removed
  949. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(232) : warning C4514: 'memchr' : unreferenced inline function has been removed
  950. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(305) : warning C4514: 'wcsnlen_s' : unreferenced inline function has been removed
  951. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(382) : warning C4514: 'wcschr' : unreferenced inline function has been removed
  952. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(384) : warning C4514: 'wcspbrk' : unreferenced inline function has been removed
  953. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(386) : warning C4514: 'wcsrchr' : unreferenced inline function has been removed
  954. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string.h(390) : warning C4514: 'wcsstr' : unreferenced inline function has been removed
  955. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstddef(431) : warning C4514: 'std::hash<float>::operator ()' : unreferenced inline function has been removed
  956. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstddef(445) : warning C4514: 'std::hash<double>::operator ()' : unreferenced inline function has been removed
  957. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xstddef(459) : warning C4514: 'std::hash<long double>::operator ()' : unreferenced inline function has been removed
  958. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\malloc.h(200) : warning C4514: '_MarkAllocaS' : unreferenced inline function has been removed
  959. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\malloc.h(210) : warning C4514: '_MallocaIsSizeInRange' : unreferenced inline function has been removed
  960. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\malloc.h(255) : warning C4514: '_freea' : unreferenced inline function has been removed
  961. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(195) : warning C4514: 'std::get_terminate' : unreferenced inline function has been removed
  962. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(200) : warning C4514: 'std::get_unexpected' : unreferenced inline function has been removed
  963. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(337) : warning C4514: 'std::bad_exception::bad_exception' : unreferenced inline function has been removed
  964. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(361) : warning C4514: 'std::bad_alloc::bad_alloc' : unreferenced inline function has been removed
  965. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(394) : warning C4514: 'std::bad_array_new_length::bad_array_new_length' : unreferenced inline function has been removed
  966. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(446) : warning C4514: 'std::exception_ptr::operator =' : unreferenced inline function has been removed
  967. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(451) : warning C4514: 'std::exception_ptr::operator =' : unreferenced inline function has been removed
  968. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(476) : warning C4514: 'std::exception_ptr::_Copy_exception' : unreferenced inline function has been removed
  969. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(492) : warning C4514: 'std::swap' : unreferenced inline function has been removed
  970. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(512) : warning C4514: 'std::operator !=' : unreferenced inline function has been removed
  971. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(517) : warning C4514: 'std::operator !=' : unreferenced inline function has been removed
  972. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(522) : warning C4514: 'std::operator !=' : unreferenced inline function has been removed
  973. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(527) : warning C4514: 'std::current_exception' : unreferenced inline function has been removed
  974. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\exception(532) : warning C4514: 'std::rethrow_exception' : unreferenced inline function has been removed
  975. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\wtime.inl(44) : warning C4514: '_wctime' : unreferenced inline function has been removed
  976. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\wtime.inl(52) : warning C4514: '_wctime_s' : unreferenced inline function has been removed
  977. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\wchar.h(1253) : warning C4514: 'fwide' : unreferenced inline function has been removed
  978. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\wchar.h(1255) : warning C4514: 'mbsinit' : unreferenced inline function has been removed
  979. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\wchar.h(1307) : warning C4514: 'wmemchr' : unreferenced inline function has been removed
  980. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(193) : warning C4514: 'std::numeric_limits<char>::max' : unreferenced inline function has been removed
  981. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(198) : warning C4514: 'std::numeric_limits<char>::lowest' : unreferenced inline function has been removed
  982. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(203) : warning C4514: 'std::numeric_limits<char>::epsilon' : unreferenced inline function has been removed
  983. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(208) : warning C4514: 'std::numeric_limits<char>::round_error' : unreferenced inline function has been removed
  984. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(213) : warning C4514: 'std::numeric_limits<char>::denorm_min' : unreferenced inline function has been removed
  985. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(218) : warning C4514: 'std::numeric_limits<char>::infinity' : unreferenced inline function has been removed
  986. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(223) : warning C4514: 'std::numeric_limits<char>::quiet_NaN' : unreferenced inline function has been removed
  987. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(228) : warning C4514: 'std::numeric_limits<char>::signaling_NaN' : unreferenced inline function has been removed
  988. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(251) : warning C4514: 'std::numeric_limits<wchar_t>::max' : unreferenced inline function has been removed
  989. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(256) : warning C4514: 'std::numeric_limits<wchar_t>::lowest' : unreferenced inline function has been removed
  990. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(261) : warning C4514: 'std::numeric_limits<wchar_t>::epsilon' : unreferenced inline function has been removed
  991. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(266) : warning C4514: 'std::numeric_limits<wchar_t>::round_error' : unreferenced inline function has been removed
  992. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(271) : warning C4514: 'std::numeric_limits<wchar_t>::denorm_min' : unreferenced inline function has been removed
  993. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(276) : warning C4514: 'std::numeric_limits<wchar_t>::infinity' : unreferenced inline function has been removed
  994. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(281) : warning C4514: 'std::numeric_limits<wchar_t>::quiet_NaN' : unreferenced inline function has been removed
  995. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(286) : warning C4514: 'std::numeric_limits<wchar_t>::signaling_NaN' : unreferenced inline function has been removed
  996. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(310) : warning C4514: 'std::numeric_limits<std::_Bool>::max' : unreferenced inline function has been removed
  997. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(315) : warning C4514: 'std::numeric_limits<std::_Bool>::lowest' : unreferenced inline function has been removed
  998. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(320) : warning C4514: 'std::numeric_limits<std::_Bool>::epsilon' : unreferenced inline function has been removed
  999. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(325) : warning C4514: 'std::numeric_limits<std::_Bool>::round_error' : unreferenced inline function has been removed
  1000. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(330) : warning C4514: 'std::numeric_limits<std::_Bool>::denorm_min' : unreferenced inline function has been removed
  1001. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(335) : warning C4514: 'std::numeric_limits<std::_Bool>::infinity' : unreferenced inline function has been removed
  1002. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(340) : warning C4514: 'std::numeric_limits<std::_Bool>::quiet_NaN' : unreferenced inline function has been removed
  1003. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(345) : warning C4514: 'std::numeric_limits<std::_Bool>::signaling_NaN' : unreferenced inline function has been removed
  1004. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(368) : warning C4514: 'std::numeric_limits<signed char>::max' : unreferenced inline function has been removed
  1005. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(373) : warning C4514: 'std::numeric_limits<signed char>::lowest' : unreferenced inline function has been removed
  1006. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(378) : warning C4514: 'std::numeric_limits<signed char>::epsilon' : unreferenced inline function has been removed
  1007. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(383) : warning C4514: 'std::numeric_limits<signed char>::round_error' : unreferenced inline function has been removed
  1008. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(388) : warning C4514: 'std::numeric_limits<signed char>::denorm_min' : unreferenced inline function has been removed
  1009. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(393) : warning C4514: 'std::numeric_limits<signed char>::infinity' : unreferenced inline function has been removed
  1010. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(398) : warning C4514: 'std::numeric_limits<signed char>::quiet_NaN' : unreferenced inline function has been removed
  1011. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(403) : warning C4514: 'std::numeric_limits<signed char>::signaling_NaN' : unreferenced inline function has been removed
  1012. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(425) : warning C4514: 'std::numeric_limits<unsigned char>::max' : unreferenced inline function has been removed
  1013. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(430) : warning C4514: 'std::numeric_limits<unsigned char>::lowest' : unreferenced inline function has been removed
  1014. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(435) : warning C4514: 'std::numeric_limits<unsigned char>::epsilon' : unreferenced inline function has been removed
  1015. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(440) : warning C4514: 'std::numeric_limits<unsigned char>::round_error' : unreferenced inline function has been removed
  1016. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(445) : warning C4514: 'std::numeric_limits<unsigned char>::denorm_min' : unreferenced inline function has been removed
  1017. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(450) : warning C4514: 'std::numeric_limits<unsigned char>::infinity' : unreferenced inline function has been removed
  1018. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(455) : warning C4514: 'std::numeric_limits<unsigned char>::quiet_NaN' : unreferenced inline function has been removed
  1019. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(460) : warning C4514: 'std::numeric_limits<unsigned char>::signaling_NaN' : unreferenced inline function has been removed
  1020. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(482) : warning C4514: 'std::numeric_limits<short>::max' : unreferenced inline function has been removed
  1021. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(487) : warning C4514: 'std::numeric_limits<short>::lowest' : unreferenced inline function has been removed
  1022. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(492) : warning C4514: 'std::numeric_limits<short>::epsilon' : unreferenced inline function has been removed
  1023. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(497) : warning C4514: 'std::numeric_limits<short>::round_error' : unreferenced inline function has been removed
  1024. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(502) : warning C4514: 'std::numeric_limits<short>::denorm_min' : unreferenced inline function has been removed
  1025. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(507) : warning C4514: 'std::numeric_limits<short>::infinity' : unreferenced inline function has been removed
  1026. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(512) : warning C4514: 'std::numeric_limits<short>::quiet_NaN' : unreferenced inline function has been removed
  1027. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(517) : warning C4514: 'std::numeric_limits<short>::signaling_NaN' : unreferenced inline function has been removed
  1028. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(541) : warning C4514: 'std::numeric_limits<unsigned short>::max' : unreferenced inline function has been removed
  1029. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(546) : warning C4514: 'std::numeric_limits<unsigned short>::lowest' : unreferenced inline function has been removed
  1030. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(551) : warning C4514: 'std::numeric_limits<unsigned short>::epsilon' : unreferenced inline function has been removed
  1031. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(556) : warning C4514: 'std::numeric_limits<unsigned short>::round_error' : unreferenced inline function has been removed
  1032. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(561) : warning C4514: 'std::numeric_limits<unsigned short>::denorm_min' : unreferenced inline function has been removed
  1033. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(566) : warning C4514: 'std::numeric_limits<unsigned short>::infinity' : unreferenced inline function has been removed
  1034. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(571) : warning C4514: 'std::numeric_limits<unsigned short>::quiet_NaN' : unreferenced inline function has been removed
  1035. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(576) : warning C4514: 'std::numeric_limits<unsigned short>::signaling_NaN' : unreferenced inline function has been removed
  1036. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(660) : warning C4514: 'std::numeric_limits<int>::max' : unreferenced inline function has been removed
  1037. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(665) : warning C4514: 'std::numeric_limits<int>::lowest' : unreferenced inline function has been removed
  1038. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(670) : warning C4514: 'std::numeric_limits<int>::epsilon' : unreferenced inline function has been removed
  1039. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(675) : warning C4514: 'std::numeric_limits<int>::round_error' : unreferenced inline function has been removed
  1040. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(680) : warning C4514: 'std::numeric_limits<int>::denorm_min' : unreferenced inline function has been removed
  1041. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(685) : warning C4514: 'std::numeric_limits<int>::infinity' : unreferenced inline function has been removed
  1042. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(690) : warning C4514: 'std::numeric_limits<int>::quiet_NaN' : unreferenced inline function has been removed
  1043. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(695) : warning C4514: 'std::numeric_limits<int>::signaling_NaN' : unreferenced inline function has been removed
  1044. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(718) : warning C4514: 'std::numeric_limits<unsigned int>::max' : unreferenced inline function has been removed
  1045. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(723) : warning C4514: 'std::numeric_limits<unsigned int>::lowest' : unreferenced inline function has been removed
  1046. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(728) : warning C4514: 'std::numeric_limits<unsigned int>::epsilon' : unreferenced inline function has been removed
  1047. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(733) : warning C4514: 'std::numeric_limits<unsigned int>::round_error' : unreferenced inline function has been removed
  1048. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(738) : warning C4514: 'std::numeric_limits<unsigned int>::denorm_min' : unreferenced inline function has been removed
  1049. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(743) : warning C4514: 'std::numeric_limits<unsigned int>::infinity' : unreferenced inline function has been removed
  1050. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(748) : warning C4514: 'std::numeric_limits<unsigned int>::quiet_NaN' : unreferenced inline function has been removed
  1051. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(753) : warning C4514: 'std::numeric_limits<unsigned int>::signaling_NaN' : unreferenced inline function has been removed
  1052. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(776) : warning C4514: 'std::numeric_limits<long>::max' : unreferenced inline function has been removed
  1053. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(781) : warning C4514: 'std::numeric_limits<long>::lowest' : unreferenced inline function has been removed
  1054. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(786) : warning C4514: 'std::numeric_limits<long>::epsilon' : unreferenced inline function has been removed
  1055. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(791) : warning C4514: 'std::numeric_limits<long>::round_error' : unreferenced inline function has been removed
  1056. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(796) : warning C4514: 'std::numeric_limits<long>::denorm_min' : unreferenced inline function has been removed
  1057. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(801) : warning C4514: 'std::numeric_limits<long>::infinity' : unreferenced inline function has been removed
  1058. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(806) : warning C4514: 'std::numeric_limits<long>::quiet_NaN' : unreferenced inline function has been removed
  1059. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(811) : warning C4514: 'std::numeric_limits<long>::signaling_NaN' : unreferenced inline function has been removed
  1060. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(834) : warning C4514: 'std::numeric_limits<unsigned long>::max' : unreferenced inline function has been removed
  1061. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(839) : warning C4514: 'std::numeric_limits<unsigned long>::lowest' : unreferenced inline function has been removed
  1062. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(844) : warning C4514: 'std::numeric_limits<unsigned long>::epsilon' : unreferenced inline function has been removed
  1063. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(849) : warning C4514: 'std::numeric_limits<unsigned long>::round_error' : unreferenced inline function has been removed
  1064. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(854) : warning C4514: 'std::numeric_limits<unsigned long>::denorm_min' : unreferenced inline function has been removed
  1065. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(859) : warning C4514: 'std::numeric_limits<unsigned long>::infinity' : unreferenced inline function has been removed
  1066. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(864) : warning C4514: 'std::numeric_limits<unsigned long>::quiet_NaN' : unreferenced inline function has been removed
  1067. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(869) : warning C4514: 'std::numeric_limits<unsigned long>::signaling_NaN' : unreferenced inline function has been removed
  1068. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(953) : warning C4514: 'std::numeric_limits<__int64>::max' : unreferenced inline function has been removed
  1069. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(958) : warning C4514: 'std::numeric_limits<__int64>::lowest' : unreferenced inline function has been removed
  1070. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(963) : warning C4514: 'std::numeric_limits<__int64>::epsilon' : unreferenced inline function has been removed
  1071. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(968) : warning C4514: 'std::numeric_limits<__int64>::round_error' : unreferenced inline function has been removed
  1072. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(973) : warning C4514: 'std::numeric_limits<__int64>::denorm_min' : unreferenced inline function has been removed
  1073. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(978) : warning C4514: 'std::numeric_limits<__int64>::infinity' : unreferenced inline function has been removed
  1074. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(983) : warning C4514: 'std::numeric_limits<__int64>::quiet_NaN' : unreferenced inline function has been removed
  1075. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(988) : warning C4514: 'std::numeric_limits<__int64>::signaling_NaN' : unreferenced inline function has been removed
  1076. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1011) : warning C4514: 'std::numeric_limits<unsigned __int64>::max' : unreferenced inline function has been removed
  1077. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1016) : warning C4514: 'std::numeric_limits<unsigned __int64>::lowest' : unreferenced inline function has been removed
  1078. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1021) : warning C4514: 'std::numeric_limits<unsigned __int64>::epsilon' : unreferenced inline function has been removed
  1079. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1026) : warning C4514: 'std::numeric_limits<unsigned __int64>::round_error' : unreferenced inline function has been removed
  1080. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1031) : warning C4514: 'std::numeric_limits<unsigned __int64>::denorm_min' : unreferenced inline function has been removed
  1081. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1036) : warning C4514: 'std::numeric_limits<unsigned __int64>::infinity' : unreferenced inline function has been removed
  1082. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1041) : warning C4514: 'std::numeric_limits<unsigned __int64>::quiet_NaN' : unreferenced inline function has been removed
  1083. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1046) : warning C4514: 'std::numeric_limits<unsigned __int64>::signaling_NaN' : unreferenced inline function has been removed
  1084. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1065) : warning C4514: 'std::numeric_limits<float>::min' : unreferenced inline function has been removed
  1085. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1075) : warning C4514: 'std::numeric_limits<float>::lowest' : unreferenced inline function has been removed
  1086. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1080) : warning C4514: 'std::numeric_limits<float>::epsilon' : unreferenced inline function has been removed
  1087. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1085) : warning C4514: 'std::numeric_limits<float>::round_error' : unreferenced inline function has been removed
  1088. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1090) : warning C4514: 'std::numeric_limits<float>::denorm_min' : unreferenced inline function has been removed
  1089. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1095) : warning C4514: 'std::numeric_limits<float>::infinity' : unreferenced inline function has been removed
  1090. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1100) : warning C4514: 'std::numeric_limits<float>::quiet_NaN' : unreferenced inline function has been removed
  1091. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1105) : warning C4514: 'std::numeric_limits<float>::signaling_NaN' : unreferenced inline function has been removed
  1092. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1128) : warning C4514: 'std::numeric_limits<double>::min' : unreferenced inline function has been removed
  1093. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1138) : warning C4514: 'std::numeric_limits<double>::lowest' : unreferenced inline function has been removed
  1094. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1143) : warning C4514: 'std::numeric_limits<double>::epsilon' : unreferenced inline function has been removed
  1095. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1148) : warning C4514: 'std::numeric_limits<double>::round_error' : unreferenced inline function has been removed
  1096. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1153) : warning C4514: 'std::numeric_limits<double>::denorm_min' : unreferenced inline function has been removed
  1097. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1158) : warning C4514: 'std::numeric_limits<double>::infinity' : unreferenced inline function has been removed
  1098. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1163) : warning C4514: 'std::numeric_limits<double>::quiet_NaN' : unreferenced inline function has been removed
  1099. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1168) : warning C4514: 'std::numeric_limits<double>::signaling_NaN' : unreferenced inline function has been removed
  1100. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1191) : warning C4514: 'std::numeric_limits<long double>::min' : unreferenced inline function has been removed
  1101. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1201) : warning C4514: 'std::numeric_limits<long double>::lowest' : unreferenced inline function has been removed
  1102. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1206) : warning C4514: 'std::numeric_limits<long double>::epsilon' : unreferenced inline function has been removed
  1103. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1211) : warning C4514: 'std::numeric_limits<long double>::round_error' : unreferenced inline function has been removed
  1104. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1216) : warning C4514: 'std::numeric_limits<long double>::denorm_min' : unreferenced inline function has been removed
  1105. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1221) : warning C4514: 'std::numeric_limits<long double>::infinity' : unreferenced inline function has been removed
  1106. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1226) : warning C4514: 'std::numeric_limits<long double>::quiet_NaN' : unreferenced inline function has been removed
  1107. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\limits(1231) : warning C4514: 'std::numeric_limits<long double>::signaling_NaN' : unreferenced inline function has been removed
  1108. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\new(63) : warning C4514: 'operator delete' : unreferenced inline function has been removed
  1109. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\new(70) : warning C4514: 'operator new[]' : unreferenced inline function has been removed
  1110. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\new(75) : warning C4514: 'operator delete[]' : unreferenced inline function has been removed
  1111. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(296) : warning C4514: 'std::char_traits<wchar_t>::compare' : unreferenced inline function has been removed
  1112. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(316) : warning C4514: 'std::char_traits<wchar_t>::_Copy_s' : unreferenced inline function has been removed
  1113. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(325) : warning C4514: 'std::char_traits<wchar_t>::find' : unreferenced inline function has been removed
  1114. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(350) : warning C4514: 'std::char_traits<wchar_t>::eq' : unreferenced inline function has been removed
  1115. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(356) : warning C4514: 'std::char_traits<wchar_t>::lt' : unreferenced inline function has been removed
  1116. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(380) : warning C4514: 'std::char_traits<wchar_t>::not_eof' : unreferenced inline function has been removed
  1117. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(404) : warning C4514: 'std::char_traits<unsigned short>::compare' : unreferenced inline function has been removed
  1118. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(412) : warning C4514: 'std::char_traits<unsigned short>::length' : unreferenced inline function has been removed
  1119. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(426) : warning C4514: 'std::char_traits<unsigned short>::_Copy_s' : unreferenced inline function has been removed
  1120. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(436) : warning C4514: 'std::char_traits<unsigned short>::find' : unreferenced inline function has been removed
  1121. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(444) : warning C4514: 'std::char_traits<unsigned short>::move' : unreferenced inline function has been removed
  1122. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(452) : warning C4514: 'std::char_traits<unsigned short>::assign' : unreferenced inline function has been removed
  1123. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(458) : warning C4514: 'std::char_traits<unsigned short>::assign' : unreferenced inline function has been removed
  1124. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(463) : warning C4514: 'std::char_traits<unsigned short>::eq' : unreferenced inline function has been removed
  1125. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(469) : warning C4514: 'std::char_traits<unsigned short>::lt' : unreferenced inline function has been removed
  1126. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(491) : warning C4514: 'std::char_traits<unsigned short>::not_eof' : unreferenced inline function has been removed
  1127. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(533) : warning C4514: 'std::char_traits<char>::_Copy_s' : unreferenced inline function has been removed
  1128. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(542) : warning C4514: 'std::char_traits<char>::find' : unreferenced inline function has been removed
  1129. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(567) : warning C4514: 'std::char_traits<char>::eq' : unreferenced inline function has been removed
  1130. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(573) : warning C4514: 'std::char_traits<char>::lt' : unreferenced inline function has been removed
  1131. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\iosfwd(597) : warning C4514: 'std::char_traits<char>::not_eof' : unreferenced inline function has been removed
  1132. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(42) : warning C4514: 'std::_Container_base0::_Orphan_all' : unreferenced inline function has been removed
  1133. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(46) : warning C4514: 'std::_Container_base0::_Swap_all' : unreferenced inline function has been removed
  1134. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(57) : warning C4514: 'std::_Iterator_base0::_Getcont' : unreferenced inline function has been removed
  1135. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(66) : warning C4514: 'std::_Container_proxy::_Container_proxy' : unreferenced inline function has been removed
  1136. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(78) : warning C4514: 'std::_Container_base12::_Container_base12' : unreferenced inline function has been removed
  1137. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(83) : warning C4514: 'std::_Container_base12::_Container_base12' : unreferenced inline function has been removed
  1138. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(88) : warning C4514: 'std::_Container_base12::operator =' : unreferenced inline function has been removed
  1139. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(93) : warning C4514: 'std::_Container_base12::~_Container_base12' : unreferenced inline function has been removed
  1140. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(98) : warning C4514: 'std::_Container_base12::_Getpfirst' : unreferenced inline function has been removed
  1141. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(112) : warning C4514: 'std::_Iterator_base12::_Iterator_base12' : unreferenced inline function has been removed
  1142. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(117) : warning C4514: 'std::_Iterator_base12::_Iterator_base12' : unreferenced inline function has been removed
  1143. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(139) : warning C4514: 'std::_Iterator_base12::~_Iterator_base12' : unreferenced inline function has been removed
  1144. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(176) : warning C4514: 'std::_Iterator_base12::_Clrcont' : unreferenced inline function has been removed
  1145. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(181) : warning C4514: 'std::_Iterator_base12::_Getcont' : unreferenced inline function has been removed
  1146. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(186) : warning C4514: 'std::_Iterator_base12::_Getpnext' : unreferenced inline function has been removed
  1147. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(191) : warning C4514: 'std::_Iterator_base12::_Orphan_me' : unreferenced inline function has been removed
  1148. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(104) : warning C4514: 'std::_Container_base12::_Swap_all' : unreferenced inline function has been removed
  1149. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2603) : warning C4514: 'std::_Fill' : unreferenced inline function has been removed
  1150. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2608) : warning C4514: 'std::_Fill' : unreferenced inline function has been removed
  1151. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2613) : warning C4514: 'std::_Fill' : unreferenced inline function has been removed
  1152. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2637) : warning C4514: 'std::_Fill_n' : unreferenced inline function has been removed
  1153. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2643) : warning C4514: 'std::_Fill_n' : unreferenced inline function has been removed
  1154. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2650) : warning C4514: 'std::_Fill_n' : unreferenced inline function has been removed
  1155. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2742) : warning C4514: 'std::_Equal' : unreferenced inline function has been removed
  1156. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2748) : warning C4514: 'std::_Equal' : unreferenced inline function has been removed
  1157. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2754) : warning C4514: 'std::_Equal' : unreferenced inline function has been removed
  1158. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2900) : warning C4514: 'std::_Lexicographical_compare' : unreferenced inline function has been removed
  1159. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(59) : warning C4514: 'std::_Destroy' : unreferenced inline function has been removed
  1160. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(64) : warning C4514: 'std::_Destroy' : unreferenced inline function has been removed
  1161. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(70) : warning C4514: 'std::_Destroy' : unreferenced inline function has been removed
  1162. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(636) : warning C4514: 'std::allocator<void>::allocator' : unreferenced inline function has been removed
  1163. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory0(640) : warning C4514: 'std::allocator<void>::allocator' : unreferenced inline function has been removed
  1164. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xatomic0.h(89) : warning C4514: 'std::_Get_atomic_count' : unreferenced inline function has been removed
  1165. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xatomic0.h(106) : warning C4514: 'std::_Inc_atomic_counter' : unreferenced inline function has been removed
  1166. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xatomic0.h(117) : warning C4514: 'std::_Dec_atomic_counter' : unreferenced inline function has been removed
  1167. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xatomic0.h(128) : warning C4514: 'std::_Load_atomic_counter' : unreferenced inline function has been removed
  1168. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xatomic0.h(143) : warning C4514: 'std::_Compare_increment_atomic_counter' : unreferenced inline function has been removed
  1169. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmmintrin.h(431) : warning C4514: '_mm_cvtpi8_ps' : unreferenced inline function has been removed
  1170. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmmintrin.h(448) : warning C4514: '_mm_cvtpu8_ps' : unreferenced inline function has been removed
  1171. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmmintrin.h(462) : warning C4514: '_mm_cvtps_pi8' : unreferenced inline function has been removed
  1172. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmmintrin.h(477) : warning C4514: '_mm_cvtpi32x2_ps' : unreferenced inline function has been removed
  1173. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\intrin.h(228) : warning C4514: '_Intrin_h_InterlockedExchangePointer' : unreferenced inline function has been removed
  1174. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(31) : warning C4514: 'std::logic_error::logic_error' : unreferenced inline function has been removed
  1175. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(59) : warning C4514: 'std::domain_error::domain_error' : unreferenced inline function has been removed
  1176. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(64) : warning C4514: 'std::domain_error::domain_error' : unreferenced inline function has been removed
  1177. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(87) : warning C4514: 'std::invalid_argument::invalid_argument' : unreferenced inline function has been removed
  1178. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(92) : warning C4514: 'std::invalid_argument::invalid_argument' : unreferenced inline function has been removed
  1179. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(115) : warning C4514: 'std::length_error::length_error' : unreferenced inline function has been removed
  1180. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(120) : warning C4514: 'std::length_error::length_error' : unreferenced inline function has been removed
  1181. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(143) : warning C4514: 'std::out_of_range::out_of_range' : unreferenced inline function has been removed
  1182. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(148) : warning C4514: 'std::out_of_range::out_of_range' : unreferenced inline function has been removed
  1183. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(199) : warning C4514: 'std::overflow_error::overflow_error' : unreferenced inline function has been removed
  1184. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(204) : warning C4514: 'std::overflow_error::overflow_error' : unreferenced inline function has been removed
  1185. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(227) : warning C4514: 'std::underflow_error::underflow_error' : unreferenced inline function has been removed
  1186. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(232) : warning C4514: 'std::underflow_error::underflow_error' : unreferenced inline function has been removed
  1187. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(255) : warning C4514: 'std::range_error::range_error' : unreferenced inline function has been removed
  1188. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\stdexcept(260) : warning C4514: 'std::range_error::range_error' : unreferenced inline function has been removed
  1189. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\typeinfo(46) : warning C4514: 'type_info::hash_code' : unreferenced inline function has been removed
  1190. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(27) : warning C4514: 'std::_Timevec::_Timevec' : unreferenced inline function has been removed
  1191. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(44) : warning C4514: 'std::_Timevec::_Getptr' : unreferenced inline function has been removed
  1192. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(110) : warning C4514: 'std::_Locinfo::_Getcoll' : unreferenced inline function has been removed
  1193. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(130) : warning C4514: 'std::_Locinfo::_Gettnames' : unreferenced inline function has been removed
  1194. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(135) : warning C4514: 'std::_Locinfo::_Getdays' : unreferenced inline function has been removed
  1195. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(149) : warning C4514: 'std::_Locinfo::_Getmonths' : unreferenced inline function has been removed
  1196. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(175) : warning C4514: 'std::_Locinfo::_Getdateorder' : unreferenced inline function has been removed
  1197. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(180) : warning C4514: 'std::_Locinfo::_W_Gettnames' : unreferenced inline function has been removed
  1198. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(185) : warning C4514: 'std::_Locinfo::_W_Getdays' : unreferenced inline function has been removed
  1199. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(200) : warning C4514: 'std::_Locinfo::_W_Getmonths' : unreferenced inline function has been removed
  1200. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(251) : warning C4514: 'std::_LStrcoll' : unreferenced inline function has been removed
  1201. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(259) : warning C4514: 'std::_LStrcoll' : unreferenced inline function has been removed
  1202. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(280) : warning C4514: 'std::_LStrxfrm' : unreferenced inline function has been removed
  1203. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocinfo(289) : warning C4514: 'std::_LStrxfrm' : unreferenced inline function has been removed
  1204. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(112) : warning C4514: 'std::locale::facet::_Getcat' : unreferenced inline function has been removed
  1205. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(202) : warning C4514: 'std::locale::_Locimp::_Locimp' : unreferenced inline function has been removed
  1206. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(209) : warning C4514: 'std::locale::_Locimp::_Locimp' : unreferenced inline function has been removed
  1207. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(217) : warning C4514: 'std::locale::_Locimp::_Addfac' : unreferenced inline function has been removed
  1208. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(296) : warning C4514: 'std::locale::locale' : unreferenced inline function has been removed
  1209. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(333) : warning C4514: 'std::locale::locale' : unreferenced inline function has been removed
  1210. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(400) : warning C4514: 'std::locale::locale' : unreferenced inline function has been removed
  1211. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(411) : warning C4514: 'std::locale::locale' : unreferenced inline function has been removed
  1212. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(422) : warning C4514: 'std::locale::locale' : unreferenced inline function has been removed
  1213. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(429) : warning C4514: 'std::locale::locale' : unreferenced inline function has been removed
  1214. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(487) : warning C4514: 'std::locale::operator !=' : unreferenced inline function has been removed
  1215. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(502) : warning C4514: 'std::locale::locale' : unreferenced inline function has been removed
  1216. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(666) : warning C4514: 'std::_Maklocbyte' : unreferenced inline function has been removed
  1217. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(677) : warning C4514: 'std::_Maklocbyte' : unreferenced inline function has been removed
  1218. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(710) : warning C4514: 'std::_Maklocchr' : unreferenced inline function has been removed
  1219. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(776) : warning C4514: 'std::_Maklocstr' : unreferenced inline function has been removed
  1220. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(824) : warning C4514: 'std::codecvt_base::always_noconv' : unreferenced inline function has been removed
  1221. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(829) : warning C4514: 'std::codecvt_base::max_length' : unreferenced inline function has been removed
  1222. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(834) : warning C4514: 'std::codecvt_base::encoding' : unreferenced inline function has been removed
  1223. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1602) : warning C4514: 'std::codecvt<wchar_t,char,_Mbstatet>::in' : unreferenced inline function has been removed
  1224. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1610) : warning C4514: 'std::codecvt<wchar_t,char,_Mbstatet>::out' : unreferenced inline function has been removed
  1225. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1618) : warning C4514: 'std::codecvt<wchar_t,char,_Mbstatet>::unshift' : unreferenced inline function has been removed
  1226. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1625) : warning C4514: 'std::codecvt<wchar_t,char,_Mbstatet>::length' : unreferenced inline function has been removed
  1227. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1633) : warning C4514: 'std::codecvt<wchar_t,char,_Mbstatet>::codecvt' : unreferenced inline function has been removed
  1228. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1647) : warning C4514: 'std::codecvt<wchar_t,char,_Mbstatet>::_Getcat' : unreferenced inline function has been removed
  1229. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1837) : warning C4514: 'std::codecvt<unsigned short,char,_Mbstatet>::in' : unreferenced inline function has been removed
  1230. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1845) : warning C4514: 'std::codecvt<unsigned short,char,_Mbstatet>::out' : unreferenced inline function has been removed
  1231. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1853) : warning C4514: 'std::codecvt<unsigned short,char,_Mbstatet>::unshift' : unreferenced inline function has been removed
  1232. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1860) : warning C4514: 'std::codecvt<unsigned short,char,_Mbstatet>::length' : unreferenced inline function has been removed
  1233. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1868) : warning C4514: 'std::codecvt<unsigned short,char,_Mbstatet>::codecvt' : unreferenced inline function has been removed
  1234. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(1882) : warning C4514: 'std::codecvt<unsigned short,char,_Mbstatet>::_Getcat' : unreferenced inline function has been removed
  1235. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2368) : warning C4514: 'std::ctype<char>::is' : unreferenced inline function has been removed
  1236. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2378) : warning C4514: 'std::ctype<char>::scan_is' : unreferenced inline function has been removed
  1237. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2387) : warning C4514: 'std::ctype<char>::scan_not' : unreferenced inline function has been removed
  1238. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2396) : warning C4514: 'std::ctype<char>::tolower' : unreferenced inline function has been removed
  1239. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2401) : warning C4514: 'std::ctype<char>::tolower' : unreferenced inline function has been removed
  1240. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2406) : warning C4514: 'std::ctype<char>::toupper' : unreferenced inline function has been removed
  1241. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2411) : warning C4514: 'std::ctype<char>::toupper' : unreferenced inline function has been removed
  1242. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2427) : warning C4514: 'std::ctype<char>::narrow' : unreferenced inline function has been removed
  1243. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2432) : warning C4514: 'std::ctype<char>::narrow' : unreferenced inline function has been removed
  1244. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2440) : warning C4514: 'std::ctype<char>::ctype' : unreferenced inline function has been removed
  1245. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2588) : warning C4514: 'std::ctype<wchar_t>::is' : unreferenced inline function has been removed
  1246. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2594) : warning C4514: 'std::ctype<wchar_t>::scan_is' : unreferenced inline function has been removed
  1247. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2600) : warning C4514: 'std::ctype<wchar_t>::scan_not' : unreferenced inline function has been removed
  1248. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2606) : warning C4514: 'std::ctype<wchar_t>::tolower' : unreferenced inline function has been removed
  1249. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2611) : warning C4514: 'std::ctype<wchar_t>::tolower' : unreferenced inline function has been removed
  1250. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2616) : warning C4514: 'std::ctype<wchar_t>::toupper' : unreferenced inline function has been removed
  1251. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2621) : warning C4514: 'std::ctype<wchar_t>::toupper' : unreferenced inline function has been removed
  1252. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2637) : warning C4514: 'std::ctype<wchar_t>::narrow' : unreferenced inline function has been removed
  1253. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2642) : warning C4514: 'std::ctype<wchar_t>::narrow' : unreferenced inline function has been removed
  1254. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2650) : warning C4514: 'std::ctype<wchar_t>::ctype' : unreferenced inline function has been removed
  1255. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2815) : warning C4514: 'std::ctype<unsigned short>::is' : unreferenced inline function has been removed
  1256. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2821) : warning C4514: 'std::ctype<unsigned short>::scan_is' : unreferenced inline function has been removed
  1257. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2827) : warning C4514: 'std::ctype<unsigned short>::scan_not' : unreferenced inline function has been removed
  1258. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2833) : warning C4514: 'std::ctype<unsigned short>::tolower' : unreferenced inline function has been removed
  1259. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2838) : warning C4514: 'std::ctype<unsigned short>::tolower' : unreferenced inline function has been removed
  1260. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2843) : warning C4514: 'std::ctype<unsigned short>::toupper' : unreferenced inline function has been removed
  1261. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2848) : warning C4514: 'std::ctype<unsigned short>::toupper' : unreferenced inline function has been removed
  1262. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2853) : warning C4514: 'std::ctype<unsigned short>::widen' : unreferenced inline function has been removed
  1263. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2858) : warning C4514: 'std::ctype<unsigned short>::widen' : unreferenced inline function has been removed
  1264. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2864) : warning C4514: 'std::ctype<unsigned short>::narrow' : unreferenced inline function has been removed
  1265. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2869) : warning C4514: 'std::ctype<unsigned short>::narrow' : unreferenced inline function has been removed
  1266. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(2877) : warning C4514: 'std::ctype<unsigned short>::ctype' : unreferenced inline function has been removed
  1267. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(3055) : warning C4514: 'std::ctype_byname<char>::ctype_byname' : unreferenced inline function has been removed
  1268. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocale(3060) : warning C4514: 'std::ctype_byname<char>::ctype_byname' : unreferenced inline function has been removed
  1269. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(180) : warning C4514: 'std::error_category::operator !=' : unreferenced inline function has been removed
  1270. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(200) : warning C4514: 'std::error_code::error_code' : unreferenced inline function has been removed
  1271. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(220) : warning C4514: 'std::error_code::assign' : unreferenced inline function has been removed
  1272. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(234) : warning C4514: 'std::error_code::clear' : unreferenced inline function has been removed
  1273. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(257) : warning C4514: 'std::error_code::operator bool' : unreferenced inline function has been removed
  1274. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(268) : warning C4514: 'std::error_code::operator !=' : unreferenced inline function has been removed
  1275. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(273) : warning C4514: 'std::error_code::operator <' : unreferenced inline function has been removed
  1276. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(291) : warning C4514: 'std::error_condition::error_condition' : unreferenced inline function has been removed
  1277. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(311) : warning C4514: 'std::error_condition::assign' : unreferenced inline function has been removed
  1278. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(325) : warning C4514: 'std::error_condition::clear' : unreferenced inline function has been removed
  1279. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(341) : warning C4514: 'std::error_condition::message' : unreferenced inline function has been removed
  1280. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(346) : warning C4514: 'std::error_condition::operator bool' : unreferenced inline function has been removed
  1281. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(357) : warning C4514: 'std::error_condition::operator !=' : unreferenced inline function has been removed
  1282. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(362) : warning C4514: 'std::error_condition::operator <' : unreferenced inline function has been removed
  1283. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(250) : warning C4514: 'std::error_code::default_error_condition' : unreferenced inline function has been removed
  1284. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(419) : warning C4514: 'std::operator !=' : unreferenced inline function has been removed
  1285. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(426) : warning C4514: 'std::operator !=' : unreferenced inline function has been removed
  1286. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(139) : warning C4514: 'std::make_error_code' : unreferenced inline function has been removed
  1287. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(141) : warning C4514: 'std::make_error_condition' : unreferenced inline function has been removed
  1288. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(142) : warning C4514: 'std::make_error_condition' : unreferenced inline function has been removed
  1289. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(462) : warning C4514: 'std::hash<std::error_code>::operator ()' : unreferenced inline function has been removed
  1290. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(497) : warning C4514: 'std::system_error::system_error' : unreferenced inline function has been removed
  1291. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(512) : warning C4514: 'std::system_error::system_error' : unreferenced inline function has been removed
  1292. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(517) : warning C4514: 'std::system_error::system_error' : unreferenced inline function has been removed
  1293. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(523) : warning C4514: 'std::system_error::system_error' : unreferenced inline function has been removed
  1294. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\system_error(529) : warning C4514: 'std::system_error::code' : unreferenced inline function has been removed
  1295. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(224) : warning C4514: 'std::ios_base::failure::failure' : unreferenced inline function has been removed
  1296. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(252) : warning C4514: 'std::ios_base::Init::Init' : unreferenced inline function has been removed
  1297. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(257) : warning C4514: 'std::ios_base::Init::~Init' : unreferenced inline function has been removed
  1298. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(271) : warning C4514: 'std::ios_base::operator bool' : unreferenced inline function has been removed
  1299. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(276) : warning C4514: 'std::ios_base::operator !' : unreferenced inline function has been removed
  1300. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(301) : warning C4514: 'std::ios_base::clear' : unreferenced inline function has been removed
  1301. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(311) : warning C4514: 'std::ios_base::setstate' : unreferenced inline function has been removed
  1302. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(323) : warning C4514: 'std::ios_base::setstate' : unreferenced inline function has been removed
  1303. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(344) : warning C4514: 'std::ios_base::bad' : unreferenced inline function has been removed
  1304. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(349) : warning C4514: 'std::ios_base::exceptions' : unreferenced inline function has been removed
  1305. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(360) : warning C4514: 'std::ios_base::exceptions' : unreferenced inline function has been removed
  1306. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(370) : warning C4514: 'std::ios_base::flags' : unreferenced inline function has been removed
  1307. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(403) : warning C4514: 'std::ios_base::precision' : unreferenced inline function has been removed
  1308. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(427) : warning C4514: 'std::ios_base::imbue' : unreferenced inline function has been removed
  1309. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(435) : warning C4514: 'std::ios_base::xalloc' : unreferenced inline function has been removed
  1310. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(458) : warning C4514: 'std::ios_base::copyfmt' : unreferenced inline function has been removed
  1311. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(486) : warning C4514: 'std::ios_base::sync_with_stdio' : unreferenced inline function has been removed
  1312. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xiosbase(495) : warning C4514: 'std::ios_base::swap' : unreferenced inline function has been removed
  1313. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xlocnum(62) : warning C4514: 'std::_Maklocwcs' : unreferenced inline function has been removed
  1314. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(209) : warning C4514: 'std::boolalpha' : unreferenced inline function has been removed
  1315. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(215) : warning C4514: 'std::dec' : unreferenced inline function has been removed
  1316. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(221) : warning C4514: 'std::defaultfloat' : unreferenced inline function has been removed
  1317. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(227) : warning C4514: 'std::fixed' : unreferenced inline function has been removed
  1318. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(233) : warning C4514: 'std::hex' : unreferenced inline function has been removed
  1319. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(239) : warning C4514: 'std::hexfloat' : unreferenced inline function has been removed
  1320. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(249) : warning C4514: 'std::internal' : unreferenced inline function has been removed
  1321. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(255) : warning C4514: 'std::left' : unreferenced inline function has been removed
  1322. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(261) : warning C4514: 'std::noboolalpha' : unreferenced inline function has been removed
  1323. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(267) : warning C4514: 'std::noshowbase' : unreferenced inline function has been removed
  1324. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(273) : warning C4514: 'std::noshowpoint' : unreferenced inline function has been removed
  1325. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(279) : warning C4514: 'std::noshowpos' : unreferenced inline function has been removed
  1326. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(285) : warning C4514: 'std::noskipws' : unreferenced inline function has been removed
  1327. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(291) : warning C4514: 'std::nounitbuf' : unreferenced inline function has been removed
  1328. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(297) : warning C4514: 'std::nouppercase' : unreferenced inline function has been removed
  1329. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(303) : warning C4514: 'std::oct' : unreferenced inline function has been removed
  1330. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(309) : warning C4514: 'std::right' : unreferenced inline function has been removed
  1331. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(315) : warning C4514: 'std::scientific' : unreferenced inline function has been removed
  1332. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(321) : warning C4514: 'std::showbase' : unreferenced inline function has been removed
  1333. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(327) : warning C4514: 'std::showpoint' : unreferenced inline function has been removed
  1334. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(333) : warning C4514: 'std::showpos' : unreferenced inline function has been removed
  1335. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(339) : warning C4514: 'std::skipws' : unreferenced inline function has been removed
  1336. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(345) : warning C4514: 'std::unitbuf' : unreferenced inline function has been removed
  1337. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\ios(351) : warning C4514: 'std::uppercase' : unreferenced inline function has been removed
  1338. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\istream(1146) : warning C4514: 'std::ws' : unreferenced inline function has been removed
  1339. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\istream(1181) : warning C4514: 'std::ws' : unreferenced inline function has been removed
  1340. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\istream(1217) : warning C4514: 'std::ws' : unreferenced inline function has been removed
  1341. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(226) : warning C4514: 'std::stoi' : unreferenced inline function has been removed
  1342. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(243) : warning C4514: 'std::stol' : unreferenced inline function has been removed
  1343. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(260) : warning C4514: 'std::stoul' : unreferenced inline function has been removed
  1344. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(277) : warning C4514: 'std::stoll' : unreferenced inline function has been removed
  1345. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(294) : warning C4514: 'std::stoull' : unreferenced inline function has been removed
  1346. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(311) : warning C4514: 'std::stof' : unreferenced inline function has been removed
  1347. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(327) : warning C4514: 'std::stod' : unreferenced inline function has been removed
  1348. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(343) : warning C4514: 'std::stold' : unreferenced inline function has been removed
  1349. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(360) : warning C4514: 'std::stoi' : unreferenced inline function has been removed
  1350. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(377) : warning C4514: 'std::stol' : unreferenced inline function has been removed
  1351. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(394) : warning C4514: 'std::stoul' : unreferenced inline function has been removed
  1352. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(411) : warning C4514: 'std::stoll' : unreferenced inline function has been removed
  1353. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(428) : warning C4514: 'std::stoull' : unreferenced inline function has been removed
  1354. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(445) : warning C4514: 'std::stof' : unreferenced inline function has been removed
  1355. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(461) : warning C4514: 'std::stod' : unreferenced inline function has been removed
  1356. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(477) : warning C4514: 'std::stold' : unreferenced inline function has been removed
  1357. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(500) : warning C4514: 'std::to_string' : unreferenced inline function has been removed
  1358. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(508) : warning C4514: 'std::to_string' : unreferenced inline function has been removed
  1359. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(516) : warning C4514: 'std::to_string' : unreferenced inline function has been removed
  1360. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(524) : warning C4514: 'std::to_string' : unreferenced inline function has been removed
  1361. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(532) : warning C4514: 'std::to_string' : unreferenced inline function has been removed
  1362. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(540) : warning C4514: 'std::to_string' : unreferenced inline function has been removed
  1363. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(561) : warning C4514: 'std::to_string' : unreferenced inline function has been removed
  1364. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(566) : warning C4514: 'std::to_string' : unreferenced inline function has been removed
  1365. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(578) : warning C4514: 'std::to_wstring' : unreferenced inline function has been removed
  1366. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(586) : warning C4514: 'std::to_wstring' : unreferenced inline function has been removed
  1367. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(594) : warning C4514: 'std::to_wstring' : unreferenced inline function has been removed
  1368. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(602) : warning C4514: 'std::to_wstring' : unreferenced inline function has been removed
  1369. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(610) : warning C4514: 'std::to_wstring' : unreferenced inline function has been removed
  1370. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(618) : warning C4514: 'std::to_wstring' : unreferenced inline function has been removed
  1371. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(639) : warning C4514: 'std::to_wstring' : unreferenced inline function has been removed
  1372. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\string(644) : warning C4514: 'std::to_wstring' : unreferenced inline function has been removed
  1373. mkdir -p build/Debug/VCC4N-Windows/src
  1374. msvc_caller -c -Od -Wall -I include -I ../Common/include -I ../JDK/include -Fobuild/Debug/VCC4N-Windows/src/frustum.o src/frustum.cpp
  1375. MSVC Caller version 0.3.0
  1376. Call: ""C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe" /nologo /c /Od /Wall /I include /I ../Common/include /I ../JDK/include /Fobuild/Debug/VCC4N-Windows/src/frustum.o src/frustum.cpp "
  1377. frustum.cpp
  1378. C:\Program Files (x86)\Windows Kits\8.1\include\um\processthreadsapi.h(1170) : warning C4668: '_WIN32_WINNT_WINTHRESHOLD' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'
  1379. C:\Program Files (x86)\Windows Kits\8.1\include\um\winbase.h(8618) : warning C4668: 'NTDDI_WIN7SP1' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'
  1380. ../Common/include\latipium/OpenGL.h(15) : fatal error C1083: Cannot open include file: 'GL/glut.h': No such file or directory
  1381. make[2]: *** [build/Debug/VCC4N-Windows/src/frustum.o] Error 2
  1382. make[2]: Leaving directory `/c/Users/Alex/Desktop/Latipium/Repository/Game'
  1383. make[1]: *** [.build-conf] Error 2
  1384. make[1]: Leaving directory `/c/Users/Alex/Desktop/Latipium/Repository/Game'
  1385. make.exe": *** [.build-impl] Error 2
  1386.  
  1387. BUILD FAILED (exit value 2, total time: 22s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement