Skip to content

Instantly share code, notes, and snippets.

@Quipyowert2
Created April 23, 2023 04:28
Show Gist options
  • Save Quipyowert2/10923de2138d5f4faf63e2e5cc7c802a to your computer and use it in GitHub Desktop.
Save Quipyowert2/10923de2138d5f4faf63e2e5cc7c802a to your computer and use it in GitHub Desktop.
Visual Studio errors and warnings when building PR #64 Globulation 2
Build started...
1>------ Build started: Project: glob2, Configuration: Debug SDL x64 ------
1>CursorManager.cpp
1>GUIAnimation.cpp
1>GUIBase.cpp
1>GUIButton.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUIButton.cpp(376,32): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUIButton.cpp(416,15): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>GUICheckList.cpp
1>GUIFileList.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>GUIImage.cpp
1>GUIKeySelector.cpp
1>GUIList.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUIList.cpp(189,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUIList.cpp(203,9): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUIList.cpp(211,126): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUIList.cpp(309,55): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUIList.cpp(310,77): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
1>GUIMessageBox.cpp
1>GUINumber.cpp
1>GUIProgressBar.cpp
1>GUIRatio.cpp
1>GUISelector.cpp
1>GUIStyle.cpp
1>GUITabScreen.cpp
1>GUITabScreenWindow.cpp
1>GUIText.cpp
1>GUITextArea.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextArea.cpp(139,57): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextArea.cpp(140,39): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextArea.cpp(151,60): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextArea.cpp(154,26): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextArea.cpp(304,57): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextArea.cpp(326,57): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextArea.cpp(345,58): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextArea.cpp(370,57): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextArea.cpp(460,18): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextArea.cpp(525,52): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextArea.cpp(576,51): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextArea.cpp(586,53): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextArea.cpp(915,26): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>GUITextInput.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextInput.cpp(83,88): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextInput.cpp(138,53): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextInput.cpp(158,53): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextInput.cpp(173,53): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextInput.cpp(193,53): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextInput.cpp(205,58): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextInput.cpp(340,20): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextInput.cpp(347,82): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextInput.cpp(355,82): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUITextInput.cpp(407,32): warning C4804: '>': unsafe use of type 'bool' in operation
1>Generating Code...
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUIList.cpp(427): warning C4715: 'GAGGUI::List::get': not all control paths return a value
1>D:\Linux_home\nathan\src\glob2\libgag\src\GUIList.cpp(419): warning C4715: 'GAGGUI::List::getText': not all control paths return a value
1>Compiling...
1>GraphicContext.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1724,24): warning C4244: 'argument': conversion from 'float' to 'GLubyte', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1724,20): warning C4244: 'argument': conversion from 'float' to 'GLubyte', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1724,16): warning C4244: 'argument': conversion from 'float' to 'GLubyte', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1732,58): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1732,45): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1733,58): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1733,45): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1734,58): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1734,45): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1735,58): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1735,45): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1755,24): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1755,18): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1758,36): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1758,20): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1760,36): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1760,20): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1763,40): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1763,20): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1765,40): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1765,20): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1768,36): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1768,20): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1806,59): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1806,46): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1807,59): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1807,46): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1808,59): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1808,46): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1809,59): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1809,46): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1830,24): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1830,18): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1833,36): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1833,20): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1835,36): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1835,20): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1838,40): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1838,20): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1840,40): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1840,20): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1843,36): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(1843,20): warning C4244: 'argument': conversion from 'int' to 'GLfloat', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\GraphicContext.cpp(2302,67): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>KeyPress.cpp
1>Sprite.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\Sprite.cpp(164,49): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>StringTable.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\src\StringTable.cpp(107,42): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
1>Toolkit.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>TrueTypeFont.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>code.cpp
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(265,1): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(255,1): message : while compiling class template member function 'void NativeFunction<Function>::prologue(ThunkPrototype *)'
1> with
1> [
1> Function=int (int)
1> ]
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(46,1): message : see reference to class template instantiation 'NativeFunction<Function>' being compiled
1> with
1> [
1> Function=int (int)
1> ]
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(302,1): message : see reference to function template instantiation 'void NativeValuePrototype<int>::addMethod<int(int)>(const std::string &,const boost::function<int (int)> &)' being compiled
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(302,27): message : see reference to function template instantiation 'void NativeValuePrototype<int>::addMethod<int(int)>(const std::string &,const boost::function<int (int)> &)' being compiled
1>debug.cpp
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(265,1): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(255,1): message : while compiling class template member function 'void NativeFunction<Function>::prologue(ThunkPrototype *)'
1> with
1> [
1> Function=int (int)
1> ]
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(46,1): message : see reference to class template instantiation 'NativeFunction<Function>' being compiled
1> with
1> [
1> Function=int (int)
1> ]
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(302,1): message : see reference to function template instantiation 'void NativeValuePrototype<int>::addMethod<int(int)>(const std::string &,const boost::function<int (int)> &)' being compiled
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(302,27): message : see reference to function template instantiation 'void NativeValuePrototype<int>::addMethod<int(int)>(const std::string &,const boost::function<int (int)> &)' being compiled
1>interpreter.cpp
1>lexer.cpp
1>memory.cpp
1>parser.cpp
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(265,1): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(255,1): message : while compiling class template member function 'void NativeFunction<Function>::prologue(ThunkPrototype *)'
1> with
1> [
1> Function=int (int)
1> ]
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(46,1): message : see reference to class template instantiation 'NativeFunction<Function>' being compiled
1> with
1> [
1> Function=int (int)
1> ]
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(302,1): message : see reference to function template instantiation 'void NativeValuePrototype<int>::addMethod<int(int)>(const std::string &,const boost::function<int (int)> &)' being compiled
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(302,27): message : see reference to function template instantiation 'void NativeValuePrototype<int>::addMethod<int(int)>(const std::string &,const boost::function<int (int)> &)' being compiled
1>tree.cpp
1>types.cpp
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(265,1): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(255,1): message : while compiling class template member function 'void NativeFunction<Function>::prologue(ThunkPrototype *)'
1> with
1> [
1> Function=int (int)
1> ]
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(46,1): message : see reference to class template instantiation 'NativeFunction<Function>' being compiled
1> with
1> [
1> Function=int (int)
1> ]
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(302,1): message : see reference to function template instantiation 'void NativeValuePrototype<int>::addMethod<int(int)>(const std::string &,const boost::function<int (int)> &)' being compiled
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(302,27): message : see reference to function template instantiation 'void NativeValuePrototype<int>::addMethod<int(int)>(const std::string &,const boost::function<int (int)> &)' being compiled
1>usl.cpp
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(265,1): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(255,1): message : while compiling class template member function 'void NativeFunction<void (Value *)>::prologue(ThunkPrototype *)'
1>D:\Linux_home\nathan\src\glob2\libusl\src\usl.cpp(106,55): message : see reference to class template instantiation 'NativeFunction<void (Value *)>' being compiled
1>AI.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>AICastor.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AICastor.cpp(1823,69): warning C4805: '!=': unsafe mix of type 'bool' and type 'int' in operation
1>D:\Linux_home\nathan\src\glob2\src\AICastor.cpp(2327,9): warning C4244: '=': conversion from 'Uint16' to 'Uint8', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AICastor.cpp(2337,10): warning C4244: '=': conversion from 'Uint16' to 'Uint8', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AICastor.cpp(2345,10): warning C4244: '=': conversion from 'Uint16' to 'Uint8', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AICastor.cpp(2353,10): warning C4244: '=': conversion from 'Uint16' to 'Uint8', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AICastor.cpp(2361,10): warning C4244: '=': conversion from 'Uint16' to 'Uint8', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AICastor.cpp(2474,22): warning C4244: '=': conversion from 'Uint16' to 'Uint8', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AICastor.cpp(2613,9): warning C4244: '=': conversion from 'Uint16' to 'Uint8', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AICastor.cpp(2623,10): warning C4244: '=': conversion from 'Uint16' to 'Uint8', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AICastor.cpp(2631,10): warning C4244: '=': conversion from 'Uint16' to 'Uint8', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AICastor.cpp(2639,10): warning C4244: '=': conversion from 'Uint16' to 'Uint8', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AICastor.cpp(2647,10): warning C4244: '=': conversion from 'Uint16' to 'Uint8', possible loss of data
1>AIDescriptionScreen.cpp
1>AIEcho.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(759,44): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(769,46): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(978,41): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(1430,48): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(1440,47): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(1620,44): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(1732,54): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(1748,52): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(2951,47): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(3294,43): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(3770,46): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(3858,46): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(4772,64): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(4907,54): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(4923,52): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(4935,55): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(4951,55): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AIEcho.cpp(5105,51): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>AINicowar.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(227,30): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(238,30): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(252,30): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(265,31): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(276,31): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(314,52): warning C4267: 'argument': conversion from 'size_t' to 'const Uint16', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(318,30): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(326,55): warning C4267: 'argument': conversion from 'size_t' to 'const Uint16', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(330,30): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(341,49): warning C4267: 'argument': conversion from 'size_t' to 'const Uint16', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(344,30): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(351,50): warning C4267: 'argument': conversion from 'size_t' to 'const Uint16', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(354,30): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(361,58): warning C4267: 'argument': conversion from 'size_t' to 'const Uint16', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(364,30): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(2202,9): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(2238,20): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(2239,19): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(2501,20): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINicowar.cpp(2502,19): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
1>Generating Code...
1>Compiling...
1>AINumbi.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\AINumbi.cpp(393,22): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>AIToubib.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>AIWarrush.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>BasePlayer.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>BaseTeam.cpp
1>Brush.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>Building.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Building.cpp(511,54): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Building.cpp(539,52): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Building.cpp(551,60): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>BuildingType.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>BuildingUtils.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>BuildingsTypes.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\BuildingsTypes.cpp(136,25): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\BuildingsTypes.cpp(137,25): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\BuildingsTypes.cpp(145,25): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\BuildingsTypes.cpp(146,25): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\BuildingsTypes.cpp(161,12): warning C4267: 'return': conversion from 'size_t' to 'Sint32', possible loss of data
1>CPUStatisticsManager.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>Campaign.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Campaign.cpp(168,47): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Campaign.cpp(240,43): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>CampaignEditor.cpp
1>CampaignMainMenu.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>CampaignMenuScreen.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(143): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(148): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(258): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>CampaignSelectorScreen.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>ChooseMapScreen.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\ChooseMapScreen.cpp(212,69): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\ChooseMapScreen.cpp(226,78): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\ChooseMapScreen.cpp(155,24): warning C4996: 'ctime': This function or variable may be unsafe. Consider using ctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\ChooseMapScreen.cpp(167,27): warning C4101: 'e': unreferenced local variable
1>CreditScreen.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>CustomGameOtherOptions.cpp
1>CustomGameScreen.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>Generating Code...
1>Compiling...
1>DynamicClouds.cpp
1>D:\Linux_home\nathan\src\glob2\src\DynamicClouds.h(95,25): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\DynamicClouds.h(96,25): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\DynamicClouds.h(97,26): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\DynamicClouds.h(98,21): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\DynamicClouds.cpp(86,34): warning C4244: '=': conversion from 'float' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\DynamicClouds.cpp(87,34): warning C4244: '=': conversion from 'float' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\DynamicClouds.cpp(88,20): warning C4244: '=': conversion from 'float' to 'int', possible loss of data
1>EditorMainMenu.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>EndGameScreen.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\EndGameScreen.cpp(102,42): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\EndGameScreen.cpp(115,71): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\EndGameScreen.cpp(222,58): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\EndGameScreen.cpp(419,77): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>Engine.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(143): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(148): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(258): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>FertilityCalculatorDialog.cpp
1>FertilityCalculatorThread.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\FertilityCalculatorThread.cpp(45,16): warning C4244: 'initializing': conversion from '_Ty' to 'Uint8', possible loss of data
1> with
1> [
1> _Ty=Uint16
1> ]
1>GUIGlob2FileList.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>GUIMapPreview.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>Game.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\DynamicClouds.h(95,25): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\DynamicClouds.h(96,25): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\DynamicClouds.h(97,26): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\DynamicClouds.h(98,21): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Game.cpp(1034,48): warning C4267: 'initializing': conversion from 'size_t' to 'Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Game.cpp(1073,46): warning C4267: 'argument': conversion from 'size_t' to 'Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Game.cpp(1112,42): warning C4267: 'initializing': conversion from 'size_t' to 'Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Game.cpp(2765,19): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Game.cpp(2766,19): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Game.cpp(2771,19): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Game.cpp(2772,19): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Game.cpp(2782,20): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
1>GameEvent.cpp
1>GameGUI.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(540,3): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(557,3): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(2722,11): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(2732,49): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(2759,15): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(2806,23): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(3228,177): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(4229,136): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(4250,136): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(5228,2): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(5291,14): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(5292,14): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(5318,17): warning C4244: 'initializing': conversion from 'Sint32' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(5319,15): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(5320,15): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
1>GameGUIDefaultAssignManager.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameGUIDefaultAssignManager.cpp(69,46): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>GameGUIDialog.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>GameGUIGhostBuildingManager.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>GameGUILoadSave.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>GameGUIMessageManager.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>GameGUIToolManager.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>GameHeader.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\GameHeader.cpp(35,18): warning C4244: '=': conversion from 'time_t' to 'Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameHeader.cpp(118,54): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GameHeader.cpp(184,54): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>GameUtilities.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>Glob2.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Glob2.cpp(149,10): warning C4244: 'initializing': conversion from 'time_t' to 'long', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Glob2.cpp(163,9): warning C4244: 'initializing': conversion from 'time_t' to 'long', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Glob2.cpp(221,12): warning C4244: 'argument': conversion from 'time_t' to 'unsigned int', possible loss of data
1>Generating Code...
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(5067): warning C4715: 'GameGUI::isBuildingEnabled': not all control paths return a value
1>D:\Linux_home\nathan\src\glob2\src\GameGUI.cpp(5095): warning C4715: 'GameGUI::isFlagEnabled': not all control paths return a value
1>Compiling...
1>Glob2Screen.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\DynamicClouds.h(95,25): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\DynamicClouds.h(96,25): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\DynamicClouds.h(97,26): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\DynamicClouds.h(98,21): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
1>Glob2Style.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>GlobalContainer.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\GlobalContainer.cpp(208,14): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\GlobalContainer.cpp(209,14): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\GlobalContainer.cpp(373,19): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\GlobalContainer.cpp(698,35): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>HeightMapGenerator.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(34,96): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(81,71): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(83,31): warning C4305: '=': truncation from 'double' to 'float'
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(142,23): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(157,44): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(174,15): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(210,29): warning C4305: 'argument': truncation from 'double' to 'float'
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(224,22): warning C4244: 'initializing': conversion from 'unsigned int' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(225,22): warning C4244: 'initializing': conversion from 'unsigned int' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(246,23): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(250,27): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(251,66): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(253,74): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(253,99): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(253,15): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(255,68): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(255,93): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(255,55): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(257,90): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(257,137): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(257,55): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(262,29): warning C4305: 'argument': truncation from 'double' to 'float'
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(298,29): warning C4305: 'argument': truncation from 'double' to 'float'
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(307,30): warning C4305: 'argument': truncation from 'double' to 'float'
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(316,30): warning C4305: 'argument': truncation from 'double' to 'float'
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(329,10): warning C4305: '-=': truncation from 'double' to 'float'
1>D:\Linux_home\nathan\src\glob2\src\HeightMapGenerator.cpp(330,10): warning C4305: '+=': truncation from 'double' to 'float'
1>IRC.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(120,2): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(133,11): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(134,8): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(140,8): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(155,7): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(163,18): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(172,19): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(173,17): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(191,19): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(204,19): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(205,19): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(227,19): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(251,21): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(252,19): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(270,3): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(271,3): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(272,16): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(274,18): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(427,3): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(429,15): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(430,16): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(431,16): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\IRC.cpp(557,25): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>IRCTextMessageHandler.cpp
1>IRCThread.cpp
1>LANFindScreen.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>LANMenuScreen.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>LogFileManager.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>MainMenuScreen.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>Map.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(1069,29): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(1199,30): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(5181,16): warning C4267: 'initializing': conversion from 'size_t' to 'Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2337,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint16
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2325,44): message : see reference to function template instantiation 'void Map::updateGlobalGradientSlow<Uint16>(Uint8 *)' being compiled
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2337,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint32
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2327,44): message : see reference to function template instantiation 'void Map::updateGlobalGradientSlow<Uint32>(Uint8 *)' being compiled
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2843,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint16
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2806,70): message : see reference to function template instantiation 'void Map::updateRessourcesGradient<Uint16>(int,Uint8,bool)' being compiled
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2843,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint32
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2808,70): message : see reference to function template instantiation 'void Map::updateRessourcesGradient<Uint32>(int,Uint8,bool)' being compiled
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(3619,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint16
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(3573,49): message : see reference to function template instantiation 'void Map::updateGlobalGradient<Uint16>(Building *,bool)' being compiled
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(3642,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint16
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(3619,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint32
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(3575,49): message : see reference to function template instantiation 'void Map::updateGlobalGradient<Uint32>(Building *,bool)' being compiled
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(3642,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint32
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(4708): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(4620,54): message : see reference to function template instantiation 'void Map::updateForbiddenGradient<Uint16>(int,bool)' being compiled
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(4715,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint16
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(4749,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint16
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(4715,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint32
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(4749,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint32
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(4836): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(4811,55): message : see reference to function template instantiation 'void Map::updateGuardAreasGradient<Uint16>(int,bool)' being compiled
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(4841,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint16
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(4841,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint32
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(4889,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint16
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(4867,55): message : see reference to function template instantiation 'void Map::updateClearAreasGradient<Uint16>(int,bool)' being compiled
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(4897): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(4889,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint32
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(4869,55): message : see reference to function template instantiation 'void Map::updateClearAreasGradient<Uint32>(int,bool)' being compiled
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2489,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint16
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2748,1): message : see reference to function template instantiation 'void Map::updateGlobalGradientVersionSimon<Tint>(Uint8 *,Tint *,size_t)' being compiled
1> with
1> [
1> Tint=Uint16
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2338,1): message : see reference to function template instantiation 'void Map::updateGlobalGradient<Tint>(Uint8 *,Tint *,size_t,Map::GradientType,bool)' being compiled
1> with
1> [
1> Tint=Uint16
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2325,44): message : see reference to function template instantiation 'void Map::updateGlobalGradientSlow<Uint16>(Uint8 *)' being compiled
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2514,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint16
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2399,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint16
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2750,1): message : see reference to function template instantiation 'void Map::updateGlobalGradientVersionSimple<Tint>(Uint8 *,Tint *,size_t,Map::GradientType)' being compiled
1> with
1> [
1> Tint=Uint16
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2489,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint32
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2748,1): message : see reference to function template instantiation 'void Map::updateGlobalGradientVersionSimon<Tint>(Uint8 *,Tint *,size_t)' being compiled
1> with
1> [
1> Tint=Uint32
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2338,1): message : see reference to function template instantiation 'void Map::updateGlobalGradient<Tint>(Uint8 *,Tint *,size_t,Map::GradientType,bool)' being compiled
1> with
1> [
1> Tint=Uint32
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2327,44): message : see reference to function template instantiation 'void Map::updateGlobalGradientSlow<Uint32>(Uint8 *)' being compiled
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2514,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint32
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2399,1): warning C4267: '=': conversion from 'size_t' to 'Tint', possible loss of data
1> with
1> [
1> Tint=Uint32
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Map.cpp(2750,1): message : see reference to function template instantiation 'void Map::updateGlobalGradientVersionSimple<Tint>(Uint8 *,Tint *,size_t,Map::GradientType)' being compiled
1> with
1> [
1> Tint=Uint32
1> ]
1>MapEdit.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\MapEdit.cpp(1147,26): warning C4101: 'e': unreferenced local variable
1>D:\Linux_home\nathan\src\glob2\src\MapEdit.cpp(1926,27): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>MapEditDialog.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>MapGenerationDescriptor.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>MapGenerator.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\MapGenerator.cpp(900): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\MapGenerator.cpp(910,42): warning C4267: 'argument': conversion from 'size_t' to '_Ty', possible loss of data
1> with
1> [
1> _Ty=int
1> ]
1>D:\Linux_home\nathan\src\glob2\src\MapGenerator.cpp(1213,31): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\MapGenerator.cpp(2211,29): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\MapGenerator.cpp(2213,29): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\MapGenerator.cpp(2219,28): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\MapGenerator.cpp(2225,33): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\MapGenerator.cpp(2227,29): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\MapGenerator.cpp(2229,29): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\algorithm(5188,64): warning C4244: 'argument': conversion from '_Diff' to 'long', possible loss of data
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\algorithm(5265,1): message : see reference to function template instantiation 'void std::_Random_shuffle1<_RanIt,boost::random::random_number_generator<boost::random::mt19937,long>>(_RanIt,_RanIt,_RngFn &)' being compiled
1> with
1> [
1> _RanIt=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<MapGeneratorPoint>>>,
1> _RngFn=boost::random::random_number_generator<boost::random::mt19937,long>
1> ]
1>D:\Linux_home\nathan\src\glob2\src\MapGenerator.cpp(816,59): message : see reference to function template instantiation 'void std::random_shuffle<std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>>,boost::random::random_number_generator<boost::random::mt19937,long>&>(_RanIt,_RanIt,_RngFn)' being compiled
1> with
1> [
1> _Ty=MapGeneratorPoint,
1> _RanIt=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<MapGeneratorPoint>>>,
1> _RngFn=boost::random::random_number_generator<boost::random::mt19937,long> &
1> ]
1>MapHeader.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\MapHeader.cpp(48,36): warning C4267: 'initializing': conversion from 'size_t' to 'Uint32', possible loss of data
1>MapScriptUSL.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\MapScriptUSL.cpp(216,70): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(265,1): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(255,1): message : while compiling class template member function 'void NativeFunction<Function>::prologue(ThunkPrototype *)'
1> with
1> [
1> Function=int (int)
1> ]
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(46,1): message : see reference to class template instantiation 'NativeFunction<Function>' being compiled
1> with
1> [
1> Function=int (int)
1> ]
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(302,1): message : see reference to function template instantiation 'void NativeValuePrototype<int>::addMethod<int(int)>(const std::string &,const boost::function<int (int)> &)' being compiled
1>D:\Linux_home\nathan\src\glob2\libusl\src\native.h(302,27): message : see reference to function template instantiation 'void NativeValuePrototype<int>::addMethod<int(int)>(const std::string &,const boost::function<int (int)> &)' being compiled
1>MapThumbnail.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>MarkManager.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>Generating Code...
1>Compiling...
1>Minimap.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>MultiplayerGame.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>MultiplayerGameScreen.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(143): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(148): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(258): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>D:\Linux_home\nathan\src\glob2\src\MultiplayerGameScreen.cpp(51,123): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\MultiplayerGameScreen.cpp(51,143): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>NetConnection.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>NetConnectionThread.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\NetConnectionThread.cpp(122,42): warning C4267: 'initializing': conversion from 'size_t' to 'Uint32', possible loss of data
1>NetConnectionThreadMessage.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>NetEngine.cpp
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>NetGamePlayerManager.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>NetMessage.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\NetMessage.cpp(291,53): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\NetMessage.cpp(734,48): warning C4267: 'argument': conversion from 'size_t' to 'const Uint8', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\NetMessage.cpp(742,48): warning C4267: 'argument': conversion from 'size_t' to 'const Uint8', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\NetMessage.cpp(1082,50): warning C4267: 'argument': conversion from 'size_t' to 'const Uint8', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\NetMessage.cpp(1090,50): warning C4267: 'argument': conversion from 'size_t' to 'const Uint8', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\NetMessage.cpp(3908,41): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>NetTestSuite.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>NewMapScreen.cpp
1>OverlayAreas.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>Player.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>Race.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>ReplayReader.cpp
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\ReplayReader.cpp(162,27): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\ReplayReader.cpp(83,26): warning C4101: 'e': unreferenced local variable
1>ReplayWriter.cpp
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\ReplayWriter.cpp(176,27): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>RessourcesTypes.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>SGSL.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\SGSL.cpp(1297,12): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\SGSL.cpp(1481,48): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\SGSL.cpp(1497,48): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\SGSL.cpp(2035,69): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
1>ScriptEditorScreen.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>Sector.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>Generating Code...
1>Compiling...
1>Settings.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Settings.cpp(36,15): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\Settings.cpp(107,12): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\Settings.cpp(111,12): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>SettingsScreen.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\SettingsScreen.cpp(516,10): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\SettingsScreen.cpp(980,46): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\SettingsScreen.cpp(981,62): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\SettingsScreen.cpp(982,57): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>Team.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Team.cpp(772,111): warning C4267: 'initializing': conversion from 'size_t' to 'Sint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Team.cpp(816,100): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Team.cpp(817,100): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>TeamStat.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\TeamStat.cpp(571,51): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>Unit.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Unit.cpp(2454): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
1>UnitUtils.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>UnitsSkins.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>Utilities.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Utilities.cpp(82,27): warning C4244: 'argument': conversion from 'time_t' to 'const UIntType', possible loss of data
1> with
1> [
1> UIntType=uint32_t
1> ]
1>D:\Linux_home\nathan\src\glob2\src\Utilities.cpp(481,39): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Utilities.cpp(481,20): warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _read. See online help for details.
1>D:\Linux_home\nathan\src\glob2\src\Utilities.cpp(503,40): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Utilities.cpp(503,20): warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _write. See online help for details.
1>VoiceRecorder.cpp
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\VoiceRecorder.cpp(298,96): warning C4267: 'argument': conversion from 'size_t' to 'Uint8', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\VoiceRecorder.cpp(317,95): warning C4267: 'argument': conversion from 'size_t' to 'Uint8', possible loss of data
1>WinningConditions.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>YOGAfterJoinGameInformation.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>YOGClient.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>YOGClientChatChannel.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGClientChatChannel.cpp(42,30): warning C4267: 'return': conversion from 'size_t' to 'Uint32', possible loss of data
1>YOGClientCommands.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>YOGClientDownloadableMapList.cpp
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>YOGClientDownloadingMapScreen.cpp
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(143): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(148): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(258): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>YOGClientFileAssembler.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGClientFileAssembler.cpp(65,29): warning C4267: '=': conversion from 'size_t' to 'Uint32', possible loss of data
1>YOGClientGameConnectionDialog.cpp
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(143): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(148): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(258): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>YOGClientGameListManager.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>YOGClientLobbyScreen.cpp
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(143): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(148): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(258): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>D:\Linux_home\nathan\src\glob2\src\YOGClientLobbyScreen.cpp(171,34): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGClientLobbyScreen.cpp(472,33): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGClientLobbyScreen.cpp(479,31): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
1>Generating Code...
1>D:\Linux_home\nathan\src\glob2\src\YOGClientDownloadableMapList.cpp(96): warning C4715: 'YOGClientDownloadableMapList::getMap': not all control paths return a value
1>D:\Linux_home\nathan\src\glob2\src\YOGClientDownloadableMapList.cpp(125): warning C4715: 'YOGClientDownloadableMapList::getMapThumbnail': not all control paths return a value
1>Compiling...
1>YOGClientMapDownloadScreen.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>YOGClientMapDownloader.cpp
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>YOGClientMapUploadScreen.cpp
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(143): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(148): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(258): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>YOGClientMapUploader.cpp
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGClientMapUploader.cpp(138,33): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>YOGClientOptionsScreen.cpp
1>YOGClientPlayerListManager.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>YOGClientRouterAdministrator.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>YOGDownloadableMapInfo.cpp
1>YOGLoginScreen.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>YOGRegisterScreen.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(143): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(148): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\condition_variable(258): error C2872: 'xtime': ambiguous symbol
1>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\include\xtimec.h(23,8): message : could be 'xtime'
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\boost\thread\lock_types.hpp(31,10): message : or 'boost::xtime'
1>YOGServer.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>YOGServerAdministrator.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>YOGServerAdministratorCommands.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGServerAdministratorCommands.cpp(88,34): warning C4101: 'error': unreferenced local variable
1>YOGServerChatChannel.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>YOGServerChatChannelManager.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>YOGServerFileDistributor.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGServerFileDistributor.cpp(173,34): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
1>YOGServerGame.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGServerGame.cpp(115,60): warning C4267: 'argument': conversion from 'size_t' to 'Uint8', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGServerGame.cpp(174,60): warning C4267: 'argument': conversion from 'size_t' to 'Uint8', possible loss of data
1>YOGServerGameRouter.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGServerGameRouter.cpp(44,13): warning C4244: 'initializing': conversion from '__int64' to 'Uint32', possible loss of data
1>YOGServerMapDatabank.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGServerMapDatabank.cpp(161,13): warning C4244: 'initializing': conversion from '__int64' to 'Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGServerMapDatabank.cpp(168,13): warning C4244: 'initializing': conversion from '__int64' to 'Uint32', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGServerMapDatabank.cpp(244,41): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>YOGServerPlayer.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGServerPlayer.cpp(412,21): warning C4267: '/=': conversion from 'size_t' to 'unsigned int', possible loss of data
1>Generating Code...
1>D:\Linux_home\nathan\src\glob2\src\YOGServer.cpp(405): warning C4715: 'YOGServer::getGameInfo': not all control paths return a value
1>D:\Linux_home\nathan\src\glob2\src\YOGClientPlayerListManager.cpp(104): warning C4715: 'YOGClientPlayerListManager::getPlayerInfo': not all control paths return a value
1>Compiling...
1>YOGServerPlayerScoreCalculator.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>YOGServerPlayerStoredInfoManager.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGServerPlayerStoredInfoManager.cpp(114,48): warning C4267: 'argument': conversion from 'size_t' to 'const Uint32', possible loss of data
1>YOGServerRouter.cpp
1>D:\Linux_home\nathan\src\glob2\libgag\include\FileManager.h(84): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGServerRouter.cpp(81,13): warning C4244: 'initializing': conversion from '__int64' to 'Uint32', possible loss of data
1>YOGServerRouterAdministrator.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>YOGServerRouterManager.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>D:\Linux_home\nathan\src\glob2\src\YOGServerRouterManager.cpp(71,13): warning C4244: 'initializing': conversion from '__int64' to 'Uint32', possible loss of data
1>YOGServerRouterPlayer.cpp
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(301,1): warning C4005: 'INADDR_ANY': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(151,1): message : see previous definition of 'INADDR_ANY'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(303,1): warning C4005: 'INADDR_BROADCAST': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(160,1): message : see previous definition of 'INADDR_BROADCAST'
1>D:\Windows Kits\10\Include\10.0.19041.0\um\winsock.h(304,1): warning C4005: 'INADDR_NONE': macro redefinition
1>D:\Linux_home\nathan\src\glob2\vcpkg_installed\x64-windows\x64-windows\include\SDL2\SDL_net.h(154,1): message : see previous definition of 'INADDR_NONE'
1>D:\Linux_home\nathan\src\glob2\src\Order.h(451): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
1>Generating Code...
1>Done building project "glob2.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build started at 8:52 PM and took 30:52.384 minutes ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment