Jump to content

Errors when compiling the game source


Go to solution Solved by Psycho,

Recommended Posts

 Hello community, I didn't want to resort to creating a topic, but for the past 3 days, I've been struggling with compiling the game source.

Some information if needed: I'm using mainline sources, compiling with VS2022 Toolset v143 (c++20 c17) on Windows 11, and instead of using extern static, I'm using vcpkg. When I compile libraries and the database, everything works perfectly, but during game compilation, I encounter these errors.

 

Spoiler

Severity    Code    Description    Project    Path    File    Line    Suppression State    Tool    Details
Error    C2589    '(': illegal token on right side of '::'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token '(' following 'expression'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected ';'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'jump_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected 'expression'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'expression_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected ';'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'expression_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL        
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    

I haven't made any major changes to the source; I just removed the auction system. I checked with the tutorial here on the forum to make sure I didn't make any mistakes. Instead of boost::unique_ptr, I switched to std::unique_ptr, and after making this change, I compared my files with other sources files from internet.

If you can help me with any ideas, it's not necessarily about providing a complete solution, I would appreciate even a hint to point me in the right direction.

Link to comment
Share on other sites

  • Replies 9
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

3 hours ago, Adytzu said:

 Hello community, I didn't want to resort to creating a topic, but for the past 3 days, I've been struggling with compiling the game source.

Some information if needed: I'm using mainline sources, compiling with VS2022 Toolset v143 (c++20 c17) on Windows 11, and instead of using extern static, I'm using vcpkg. When I compile libraries and the database, everything works perfectly, but during game compilation, I encounter these errors.

 

  Reveal hidden contents

Severity    Code    Description    Project    Path    File    Line    Suppression State    Tool    Details
Error    C2589    '(': illegal token on right side of '::'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token '(' following 'expression'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected ';'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'jump_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected 'expression'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'expression_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected ';'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'expression_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL        
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    
Error    C2280    'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)': attempting to reference a deleted function
        with
        [
            _Kty=VID,
            _Hasher=std::hash<VID>,
            _Keyeq=std::equal_to<VID>
        ]    game    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include    C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\unordered_map    49        CL    

I haven't made any major changes to the source; I just removed the auction system. I checked with the tutorial here on the forum to make sure I didn't make any mistakes. Instead of boost::unique_ptr, I switched to std::unique_ptr, and after making this change, I compared my files with other sources files from internet.

If you can help me with any ideas, it's not necessarily about providing a complete solution, I would appreciate even a hint to point me in the right direction.

are you sure you removed all the boost inclusions? why is he asking you that...

Link to comment
Share on other sites

After I sent you the picture, I also realized and solved the errors related to 'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::_Uhash_compare(const std::_Uhash_compare<_Kty,_Hasher,_Keyeq> &)' I have 8 left, the ones related to pool.hpp, I will check the files to see where those errors come from

Link to comment
Share on other sites

Spoiler

Rebuild started at 18:26...
1>------ Rebuild All started: Project: libserverkey, Configuration: Debug Win32 ------
2>------ Rebuild All started: Project: libthecore, Configuration: Debug Win32 ------
3>------ Rebuild All started: Project: libpoly, Configuration: Debug Win32 ------
4>------ Rebuild All started: Project: libgame, Configuration: Debug Win32 ------
5>------ Rebuild All started: Project: libsql, Configuration: Debug Win32 ------
6>------ Rebuild All started: Project: liblua, Configuration: Debug Win32 ------
1>base64_ssl.cpp
1>RSACrypto.cpp
5>AsyncSQL.cpp
5>Semaphore.cpp
5>Statement.cpp
5>Tellwait.cpp
4>attribute.cc
4>grid.cc
4>targa.cc
1>D:\clarityline\Srcs\Server\libserverkey\base64_ssl.cpp(21,13): warning C4018: '<': signed/unsigned mismatch
3>Base.cc
3>main.cc
3>Poly.cc
3>Symbol.cc
3>SymTable.cc
2>buffer.c
2>des.c
2>fdwatch.c
2>gost.c
2>gost_old.c
2>hangul.c
2>heart.c
2>kstbl.c
2>log.c
2>main.c
2>memcpy.c
2>signal.c
2>socket.c
2>tea.c
6>lapi.c
6>lcode.c
6>ldebug.c
6>ldo.c
6>ldump.c
6>lfunc.c
2>D:\clarityline\Srcs\Server\libthecore\src\gost_old.c(129,5): warning C5033: 'register' is no longer a supported storage class
6>lgc.c
6>lauxlib.c
6>lbaselib.c
6>ldblib.c
6>liolib.c
6>lmathlib.c
2>D:\clarityline\Srcs\Server\libthecore\src\gost_old.c(185,5): warning C5033: 'register' is no longer a supported storage class
2>D:\clarityline\Srcs\Server\libthecore\src\gost_old.c(328,5): warning C5033: 'register' is no longer a supported storage class
2>utils.c
4>D:\clarityline\Srcs\Server\libgame\src\attribute.cc(69,23): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
4>D:\clarityline\Srcs\Server\libgame\src\attribute.cc(82,23): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
4>D:\clarityline\Srcs\Server\libgame\src\attribute.cc(137,20): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
4>D:\clarityline\Srcs\Server\libgame\src\attribute.cc(143,20): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
6>loadlib.c
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(70,3): warning C4996: 'RSA_get0_key': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(75,3): warning C4996: 'RSA_set0_key': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(81,10): warning C4996: 'RSA_new': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(100,10): warning C4996: 'RSA_new': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(149,14): warning C4996: 'RSA_new': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(157,3): warning C4996: 'RSA_set0_key': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(167,4): warning C4996: 'RSA_free': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(178,26): warning C4996: 'RSA_get0_n': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(180,3): warning C4996: 'RSA_get0_key': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(185,3): warning C4996: 'RSA_set0_key': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(201,4): warning C4996: 'RSA_free': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(208,14): warning C4996: 'RSA_new': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(217,3): warning C4996: 'RSA_set0_key': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(218,3): warning C4996: 'RSA_set0_factors': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(226,17): warning C4996: 'RSA_size': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(241,23): warning C4996: 'RSA_public_encrypt': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(260,17): warning C4996: 'RSA_size': Since OpenSSL 3.0
6>lstrlib.c
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(267,22): warning C4996: 'RSA_private_decrypt': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(286,17): warning C4996: 'RSA_size': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(301,23): warning C4996: 'RSA_private_encrypt': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(320,17): warning C4996: 'RSA_size': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(327,22): warning C4996: 'RSA_public_decrypt': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(346,14): warning C4996: 'RSA_generate_key': Since OpenSSL 0.9.8
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(353,13): warning C4996: 'RSA_check_key': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(386,25): warning C4996: 'RSA_get0_e': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(398,25): warning C4996: 'RSA_get0_n': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(415,25): warning C4996: 'RSA_get0_n': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(427,25): warning C4996: 'RSA_get0_e': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(439,25): warning C4996: 'RSA_get0_d': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(455,11): warning C4996: 'i2d_RSAPrivateKey': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(484,8): warning C4996: 'd2i_RSAPrivateKey': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(497,11): warning C4996: 'i2d_RSAPublicKey': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(526,8): warning C4996: 'd2i_RSAPublicKey': Since OpenSSL 3.0
6>ltablib.c
6>llex.c
6>lmem.c
6>lobject.c
6>lopcodes.c
6>lparser.c
6>lstate.c
6>lstring.c
6>ltable.c
6>ltests.c
6>ltm.c
6>lundump.c
6>lvm.c
6>lzio.c
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file 'Semaphore.cpp')
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file 'Semaphore.cpp')
2>D:\clarityline\Srcs\Server\libthecore\src\gost.c(105,2): warning C5033: 'register' is no longer a supported storage class
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file 'Semaphore.cpp')
2>D:\clarityline\Srcs\Server\libthecore\src\gost.c(174,2): warning C5033: 'register' is no longer a supported storage class
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file 'AsyncSQL.cpp')
2>D:\clarityline\Srcs\Server\libthecore\src\log.c(259,22): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details.
2>D:\clarityline\Srcs\Server\libthecore\src\log.c(317,26): warning C4146: unary minus operator applied to unsigned type, result still unsigned
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file 'AsyncSQL.cpp')
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file 'AsyncSQL.cpp')
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.cpp(268,3): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2>xdirent.c
2>xgetopt.c
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file '../libsql/Statement.cpp')
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file '../libsql/Statement.cpp')
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file '../libsql/Statement.cpp')
5>D:\clarityline\Srcs\Server\libsql\Statement.cpp(151,29): warning C4244: '=': conversion from 'unsigned __int64' to 'int', possible loss of data
2>xmd5.c
2>D:\clarityline\Srcs\Server\libthecore\src\socket.c(254,32): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(1574,5): warning MSB8012: TargetPath(D:\clarityline\Srcs\Server\libserverkey\libserverkey.lib) does not match the Library's OutputFile property value (D:\clarityline\Srcs\Server\libserverkey\libserverkey_d.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
2>D:\clarityline\Srcs\Server\libthecore\src\socket.c(259,12): warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(1576,5): warning MSB8012: TargetName(libserverkey) does not match the Library's OutputFile property value (libserverkey_d). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
2>D:\clarityline\Srcs\Server\libthecore\src\tea.c(34,5): warning C5033: 'register' is no longer a supported storage class
2>D:\clarityline\Srcs\Server\libthecore\src\tea.c(170,5): warning C5033: 'register' is no longer a supported storage class
4>libgame.2008.vcxproj -> D:\clarityline\Srcs\Server\libgame\lib\libgame_d.lib
4>Done building project "libgame.2008.vcxproj".
1>libserverkey.vcxproj -> D:\clarityline\Srcs\Server\libserverkey\libserverkey.lib
2>D:\clarityline\Srcs\Server\libthecore\src\utils.c(341,5): warning C5033: 'register' is no longer a supported storage class
1>Done building project "libserverkey.vcxproj".
5>libsql.2008.vcxproj -> D:\clarityline\Srcs\Server\libsql\libsql_d.lib
5>Done building project "libsql.2008.vcxproj".
2>D:\clarityline\Srcs\Server\libthecore\src\xmd5.c(92,17): 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.
2>D:\clarityline\Srcs\Server\libthecore\src\xmd5.c(96,5): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _close. See online help for details.
2>D:\clarityline\Srcs\Server\libthecore\src\xmd5.c(264,5): warning C5033: 'register' is no longer a supported storage class
6>liblua.2008.vcxproj -> D:\clarityline\Srcs\Server\liblua\lib\liblua_d.lib
2>libthecore.2008.vcxproj -> D:\clarityline\Srcs\Server\libthecore\lib\libthecore_d.lib
2>Done building project "libthecore.2008.vcxproj".
3>libpoly.2008.vcxproj -> D:\clarityline\Srcs\Server\libpoly\libpoly_d.lib
7>------ Rebuild All started: Project: game, Configuration: Debug Win32 ------
7>affect.cpp
7>ani.cpp
7>arena.cpp
7>auth_brazil.cpp
7>banword.cpp
7>battle.cpp
7>BattleArena.cpp
7>blend_item.cpp
7>block_country.cpp
7>BlueDragon.cpp
7>BlueDragon_Binder.cpp
7>buffer_manager.cpp
7>D:\clarityline\Srcs\Server\game\src\auth_brazil.cpp(75,11): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\auth_brazil.cpp(77,16): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\auth_brazil.cpp(79,16): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\auth_brazil.cpp(81,16): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\auth_brazil.cpp(119,6): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _close. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\auth_brazil.cpp(127,12): 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.
7>D:\clarityline\Srcs\Server\game\src\auth_brazil.cpp(128,2): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _close. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\auth_brazil.cpp(163,8): warning C4996: 'fileno': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _fileno. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'battle.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'arena.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'blend_item.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'blend_item.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'blend_item.cpp')
7>D:\clarityline\Srcs\Server\game\src\block_country.cpp(117,15): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\blend_item.cpp(82,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\blend_item.cpp(87,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\blend_item.cpp(99,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\blend_item.cpp(115,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\blend_item.cpp(130,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\blend_item.cpp(145,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>buff_on_attributes.cpp
7>building.cpp
7>D:\clarityline\Srcs\Server\game\src\ani.cpp(98,13): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>castle.cpp
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): warning C4003: not enough arguments for function-like macro invocation 'max'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): error C2589: '(': illegal token on right side of '::'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47):
7>the template instantiation context (the oldest one first) is
7>    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(529,2):
7>    see reference to class template instantiation 'boost::pool<UserAllocator>' being compiled
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): error C3878: syntax error: unexpected token '(' following 'expression'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): message : error recovery skipped: '( ('
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): error C2760: syntax error: ')' was unexpected here; expected ';'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): error C3878: syntax error: unexpected token ')' following 'jump_statement'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): message : error recovery skipped: ') >'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): error C2760: syntax error: ')' was unexpected here; expected 'expression'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): error C3878: syntax error: unexpected token ')' following 'expression_statement'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): message : error recovery skipped: ') ) ?'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): message : error recovery skipped: ') :'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): message : error recovery skipped: ') )'
7>(compiling source file 'affect.cpp')
7>char.cpp
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,63): error C2760: syntax error: ')' was unexpected here; expected ';'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,63): error C3878: syntax error: unexpected token ')' following 'expression_statement'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,63): message : error recovery skipped: ') /'
7>(compiling source file 'affect.cpp')
7>char_affect.cpp
7>char_battle.cpp
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(289,14): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(290,14): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(302,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(303,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(306,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(307,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(310,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(311,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(314,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(315,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(318,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(319,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>char_change_empire.cpp
7>char_dragonsoul.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'battle.cpp')
7>char_hackshield.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'arena.cpp')
7>char_horse.cpp
7>D:\clarityline\Srcs\Server\game\src\battle.cpp(684,17): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\battle.cpp(685,27): warning C4244: '=': conversion from 'float' to 'int', possible loss of data
7>char_item.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_battle.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'building.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'castle.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'castle.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'castle.cpp')
7>char_manager.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_affect.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_dragonsoul.cpp')
7>D:\clarityline\Srcs\Server\game\src\castle.cpp(459,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\castle.cpp(463,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\castle.cpp(477,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\castle.cpp(491,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\castle.cpp(506,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>char_quickslot.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_change_empire.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_change_empire.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_change_empire.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_hackshield.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_hackshield.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_hackshield.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_hackshield.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'char_battle.cpp')
7>char_resist.cpp
7>char_skill.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_horse.cpp')
7>D:\clarityline\Srcs\Server\game\src\char_affect.cpp(183,15): warning C4242: 'initializing': conversion from 'int' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_dragonsoul.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_dragonsoul.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_dragonsoul.cpp')
7>D:\clarityline\Srcs\Server\game\src\char_dragonsoul.cpp(20,46): warning C4242: 'argument': conversion from 'int' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(113,30): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(279,12): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(532,12): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1075,60): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1100,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1100,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1101,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1101,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1102,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1102,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1103,89): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1103,81): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1109,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1109,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1110,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1110,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1111,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1111,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1112,89): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1112,81): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1118,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1118,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1119,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1119,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1120,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1120,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1121,89): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1121,81): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1127,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1127,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1128,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1128,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1129,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1129,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1130,89): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1130,81): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1221,70): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1227,62): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1231,69): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1235,62): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1239,68): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_dragonsoul.cpp(91): warning C4715: 'CHARACTER::DragonSoul_ActivateDeck': not all control paths return a value
7>char_state.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_battle.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_battle.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_battle.cpp')
7>check_server.cpp
7>cipher.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char.cpp')
7>ClientPackageCryptInfo.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_item.cpp')
7>D:\clarityline\Srcs\Server\game\src\char.cpp(688,33): warning C4267: '=': conversion from 'size_t' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_quickslot.cpp')
7>D:\clarityline\Srcs\Server\game\src\char.cpp(845,36): warning C4242: '=': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(1090,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\char.cpp(1325,3): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\char.cpp(1677,10): warning C4244: 'return': conversion from 'const DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(1680,30): warning C4244: 'return': conversion from 'const DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(1789,11): warning C4244: 'argument': conversion from 'const WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(3088,27): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\char.cpp(3091,15): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>D:\clarityline\Srcs\Server\game\src\char_battle.cpp(2245,17): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_battle.cpp(2246,26): warning C4244: '=': conversion from 'float' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(5439,22): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(5453,20): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(5485,64): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(5487,22): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(5523,24): warning C4244: 'return': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(6068,60): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(6269,38): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(6741,33): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_battle.cpp(3224,15): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_battle.cpp(3474,16): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>cmd.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'char_manager.cpp')
7>cmd_emotion.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_item.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_item.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_item.cpp')
7>D:\clarityline\Srcs\Server\game\src\char_quickslot.cpp(22,18): warning C4242: 'argument': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_quickslot.cpp(148,29): warning C4244: '=': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_skill.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(52,28): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'check_server.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(78,23): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'check_server.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(79,21): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'check_server.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(88,27): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'check_server.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(221,28): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'check_server.cpp')
7>D:\clarityline\Srcs\Server\game\src\check_server.h(24,21): warning C4018: '<': signed/unsigned mismatch
7>(compiling source file 'check_server.cpp')
7>cmd_general.cpp
7>D:\clarityline\Srcs\Server\game\src\ClientPackageCryptInfo.h(19,14): warning C4267: 'initializing': conversion from 'size_t' to 'BYTE', possible loss of data
7>(compiling source file 'ClientPackageCryptInfo.cpp')
7>D:\clarityline\Srcs\Server\game\src\char_manager.cpp(221,23): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\char_manager.cpp(328,18): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_manager.cpp(429,18): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_state.cpp')
7>D:\clarityline\Srcs\Server\game\src\char_manager.cpp(1051,21): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>cmd_gm.cpp
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(270,3): warning C4244: 'argument': conversion from 'long' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(406,32): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(492,32): warning C4242: 'argument': conversion from 'int' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(522,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(923,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(1196,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(1225,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(1366,39): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(1369,39): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(1373,39): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(1378,39): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(2654,41): warning C4244: 'argument': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(3026,43): warning C4244: 'argument': conversion from 'DWORD' to 'BYTE', possible loss of data
7>cmd_oxevent.cpp
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(3562,48): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(5301,57): warning C4554: '|': check operator precedence for possible error; use parentheses to clarify precedence
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(5374,26): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(5376,41): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(5590,27): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(5614,59): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(5614,44): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(5793,18): warning C4244: 'initializing': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(5990,19): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(6008,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(6009,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(6131,39): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(6138,18): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>config.cpp
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(6536,29): warning C4244: '=': conversion from 'long' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(6854,42): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(6871,42): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(7061,38): warning C4244: 'argument': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(7130,21): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(7305,48): warning C4805: '==': unsafe mix of type 'bool' and type 'long' in operation
7>constants.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_skill.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_skill.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_skill.cpp')
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(181,37): warning C4242: '=': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(511,27): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(945,15): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(1169,53): warning C4804: '>': unsafe use of type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(1394,20): warning C4244: '-=': conversion from 'double' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(1699,83): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(1699,16): warning C4244: 'initializing': conversion from 'double' to 'const float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(2022,67): warning C4244: 'argument': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(2027,83): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(2027,16): warning C4244: 'initializing': conversion from 'double' to 'const float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(2528,70): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(2528,16): warning C4244: 'initializing': conversion from 'double' to 'const float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(2931,90): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(2931,16): warning C4244: 'initializing': conversion from 'double' to 'const float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(2954,41): warning C4244: 'argument': conversion from 'const DWORD' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd.cpp')
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(288,16): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(291,16): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(590,31): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(597,17): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(600,17): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(691,29): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(706,16): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(709,16): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(749,59): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(755,59): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(967,20): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(969,25): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(1036,14): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(1046,26): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(1196,14): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(1203,18): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(1212,15): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(1215,15): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'cmd.cpp')
7>crc32.cpp
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(675): warning C4715: 'CHARACTER::IsEmptyItemGrid': not all control paths return a value
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'cmd_emotion.cpp')
7>cube.cpp
7>db.cpp
7>D:\clarityline\Srcs\Server\game\src\cmd.cpp(560,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'cmd_general.cpp')
7>desc.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'cmd_gm.cpp')
7>desc_client.cpp
7>desc_manager.cpp
7>D:\clarityline\Srcs\Server\game\src\constants.cpp(1293,10): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'cmd_general.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'cmd_gm.cpp')
7>desc_p2p.cpp
7>dev_log.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'config.cpp')
7>DragonLair.cpp
7>DragonSoul.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cube.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cube.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cube.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd_general.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd_general.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd_general.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(52,28): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(78,23): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(79,21): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(88,27): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(221,28): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\game\src\check_server.h(24,21): warning C4018: '<': signed/unsigned mismatch
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\game\src\config.cpp(144,10): warning C4804: '>': unsafe use of type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'desc.cpp')
7>D:\clarityline\Srcs\Server\game\src\config.cpp(254,13): warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\config.cpp(264,18): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'desc_client.cpp')
7>D:\clarityline\Srcs\Server\game\src\config.cpp(381,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(386,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(392,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(398,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(404,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(410,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(415,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(422,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(428,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(452,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(476,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(501,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(574,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(714,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(722,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(728,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(735,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(741,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(749,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(755,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(761,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(767,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(780,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(788,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(796,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(802,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(811,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(820,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(826,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(832,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(838,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(844,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(851,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(882,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(888,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(894,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(900,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(907,31): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(917,9): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(929,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(934,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(940,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(956,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(969,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(974,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(979,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(984,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(989,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(994,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(999,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1004,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1009,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1014,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1020,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1026,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1031,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1035,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1039,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1044,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1057,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1065,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1073,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1084,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1090,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1099,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1113,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1164,9): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1166,14): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1168,14): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1170,14): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1172,14): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1174,14): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'db.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'db.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'db.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd_gm.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd_gm.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd_gm.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'db.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'desc_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\cmd_general.cpp(466,22): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\cmd_general.cpp(2345,24): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(254,16): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(263,9): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(271,8): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(406,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(410,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(414,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(421,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(428,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(432,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(437,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(544,20): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(1260,25): warning C4805: '==': unsafe mix of type 'BOOL' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(1558,16): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(1825,20): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(1842,20): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(736,11): error C2666: 'CUBE_VALUE::operator ==': overloaded functions have similar conversions
7>D:\clarityline\Srcs\Server\game\src\cube.h(21,7):
7>could be 'bool CUBE_VALUE::operator ==(const CUBE_VALUE &)'
7>D:\clarityline\Srcs\Server\game\src\cube.h(21,7):
7>or 'bool CUBE_VALUE::operator ==(const CUBE_VALUE &)' [synthesized expression 'y == x']
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(736,11):
7>while trying to match the argument list '(CUBE_VALUE, CUBE_VALUE)'
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(1894,20): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(1911,20): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(2947,17): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(2948,17): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(2949,17): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(2983,34): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>dragon_soul_table.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'db.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'desc.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'desc_client.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'desc_p2p.cpp')
7>D:\clarityline\Srcs\Server\game\src\dev_log.cpp(134,4): 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.
7>D:\clarityline\Srcs\Server\game\src\dev_log.cpp(135,4): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _close. See online help for details.
7>dungeon.cpp
7>empire_text_convert.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'desc_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc_client.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc_client.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc_client.cpp')
7>D:\clarityline\Srcs\Server\game\src\db.cpp(1294,53): warning C4244: 'argument': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\desc_client.cpp(299,75): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc_manager.cpp')
7>entity.cpp
7>D:\clarityline\Srcs\Server\game\src\desc.cpp(232,14): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\ClientPackageCryptInfo.h(19,14): warning C4267: 'initializing': conversion from 'size_t' to 'BYTE', possible loss of data
7>(compiling source file 'desc_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\desc_manager.cpp(159,2): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\desc_manager.cpp(208,2): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'desc_p2p.cpp')
7>entity_view.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'DragonSoul.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'DragonLair.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'DragonLair.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'DragonLair.cpp')
7>event.cpp
7>event_queue.cpp
7>exchange.cpp
7>file_loader.cpp
7>fishing.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'DragonSoul.cpp')
7>FSM.cpp
7>gm.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'DragonSoul.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'DragonSoul.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'DragonSoul.cpp')
7>D:\clarityline\Srcs\Server\game\src\DragonSoul.cpp(18,20): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\DragonSoul.cpp(24,24): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\DragonSoul.cpp(78,17): warning C4244: 'return': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\DragonSoul.cpp(202,21): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\DragonSoul.cpp(272,21): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\DragonSoul.cpp(468,18): warning C4477: 'sprintf' : format string '%d' requires an argument of type 'int', but variadic argument 1 has type 'double'
7>D:\clarityline\Srcs\Server\game\src\DragonSoul.cpp(468,18): warning C4477: 'sprintf' : format string '%d' requires an argument of type 'int', but variadic argument 2 has type 'double'
7>D:\clarityline\Srcs\Server\game\src\DragonSoul.cpp(554,8): warning C4101: 'prob_sum': unreferenced local variable
7>group_text_parse_tree.cpp
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(222,20): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(282,21): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(310,21): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(342,21): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(371,23): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(396,21): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(426,23): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(452,20): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(493,20): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(512,22): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(521,22): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(544,20): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'dungeon.cpp')
7>D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.h(220,21): warning C4018: '>=': signed/unsigned mismatch
7>(compiling source file 'dragon_soul_table.cpp')
7>D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.h(220,21):
7>the template instantiation context (the oldest one first) is
7>    D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(128,13):
7>    see reference to function template instantiation 'bool CGroupNode::CGroupNodeRow::GetValue<std::string>(const std::string &,T &) const' being compiled
7>        with
7>        [
7>            T=std::string
7>        ]
7>D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.h(228,21): warning C4018: '>=': signed/unsigned mismatch
7>(compiling source file 'dragon_soul_table.cpp')
7>D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.h(228,21):
7>the template instantiation context (the oldest one first) is
7>    D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(827,12):
7>    see reference to function template instantiation 'bool CGroupNode::CGroupNodeRow::GetValue<_Ty>(int,T &) const' being compiled
7>        with
7>        [
7>            _Ty=float,
7>            T=float
7>        ]
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'entity.cpp')
7>guild.cpp
7>guild_manager.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'exchange.cpp')
7>guild_war.cpp
7>HackShield.cpp
7>HackShield_Impl.cpp
7>horsename_manager.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'fishing.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'exchange.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'fishing.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'fishing.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'fishing.cpp')
7>horse_rider.cpp
7>input.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'exchange.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'exchange.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'exchange.cpp')
7>D:\clarityline\Srcs\Server\game\src\exchange.cpp(447,61): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.cpp(99,22): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.cpp(206,10): warning C4018: '>=': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'guild.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\fishing.cpp(838,46): warning C4242: 'argument': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\fishing.cpp(880,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\fishing.cpp(898,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>input_auth.cpp
7>input_db.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild_war.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild_war.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild_war.cpp')
7>input_login.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'guild_manager.cpp')
7>input_main.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'horsename_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'guild_war.cpp')
7>input_p2p.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild.cpp')
7>input_teen.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'horsename_manager.cpp')
7>input_udp.cpp
7>D:\clarityline\Srcs\Server\game\src\guild.cpp(21,80): warning C4242: 'initializing': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'input.cpp')
7>D:\clarityline\Srcs\Server\game\src\guild.cpp(435,46): warning C4267: '+=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\guild.cpp(583,44): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\guild.cpp(2101,24): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\guild_manager.cpp(798,21): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'input.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'input_auth.cpp')
7>ip_ban.cpp
7>D:\clarityline\Srcs\Server\game\src\guild_war.cpp(85,31): warning C4244: '=': conversion from 'const DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\guild_war.cpp(341,16): warning C4242: '=': conversion from 'const unsigned int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'input_login.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'input_main.cpp')
7>item.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'input_p2p.cpp')
7>D:\clarityline\Srcs\Server\game\src\input.cpp(317,22): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input.cpp(320,72): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input.cpp(341,22): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input.cpp(343,72): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input.cpp(651,4): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'input_db.cpp')
7>item_addon.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'input_auth.cpp')
7>item_attribute.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'input_teen.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'input_main.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'input_login.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_auth.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_auth.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_auth.cpp')
7>D:\clarityline\Srcs\Server\game\src\input_auth.cpp(127,3): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input_auth.cpp(261,51): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input_auth.cpp(279,3): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input_auth.cpp(529,3): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input_auth.cpp(578,3): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'input_udp.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'input_p2p.cpp')
7>item_manager.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_login.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_login.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_login.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_db.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_db.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_db.cpp')
7>item_manager_idrange.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'input_teen.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_teen.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_teen.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_teen.cpp')
7>D:\clarityline\Srcs\Server\game\src\ip_ban.cpp(98,28): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\ip_ban.cpp(99,28): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\ip_ban.cpp(100,40): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'input_udp.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_p2p.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_p2p.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_p2p.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_main.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_main.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_main.cpp')
7>item_manager_read_tables.cpp
7>D:\clarityline\Srcs\Server\game\src\input_udp.cpp(64,34): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input_udp.cpp(119,2): warning C4065: switch statement contains 'default' but no 'case' labels
7>D:\clarityline\Srcs\Server\game\src\input_login.cpp(486,77): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_login.cpp(689,21): warning C4805: '==': unsafe mix of type 'BOOL' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\input_login.cpp(710,103): warning C4244: 'argument': conversion from 'long' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_login.cpp(710,87): warning C4244: 'argument': conversion from 'long' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_login.cpp(898,36): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_login.cpp(959,34): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_db.cpp(101,34): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input_db.cpp(164,16): warning C4242: '=': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_db.cpp(416,5): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input_db.cpp(1529,45): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_db.cpp(1546,30): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_db.cpp(1835,22): warning C4805: '==': unsafe mix of type 'BYTE' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'item.cpp')
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(489,43): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(1204,41): warning C4244: 'argument': conversion from 'DWORD' to 'BYTE', possible loss of data
7>locale.cpp
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(1608,31): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(1647,31): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(1935,31): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(2094,52): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(2207,60): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(2207,40): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(2900,25): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_attribute.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_attribute.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_attribute.cpp')
7>locale_service.cpp
7>log.cpp
7>login_data.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'item_attribute.cpp')
7>lzo_manager.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'item_manager_idrange.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'item_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item.cpp')
7>main.cpp
7>map_location.cpp
7>D:\clarityline\Srcs\Server\game\src\item.cpp(49,32): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(214,15): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(260,61): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(264,49): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(274,50): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(690,45): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(705,45): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(726,44): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(769,41): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(787,69): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>D:\clarityline\Srcs\Server\game\src\item.cpp(787,30): warning C4244: 'argument': conversion from 'const DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(860,25): warning C4242: 'argument': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(1380,3): warning C4060: switch statement contains no 'case' or 'default' labels
7>D:\clarityline\Srcs\Server\game\src\item.cpp(1967,18): warning C4244: 'initializing': conversion from 'float' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(1970,33): warning C4018: '>=': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\item_attribute.cpp(110,28): warning C4244: 'argument': conversion from 'long' to 'short', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_attribute.cpp(133,51): warning C4242: 'argument': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_attribute.cpp(406,16): warning C4244: '=': conversion from 'const DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_attribute.cpp(407,40): warning C4244: '=': conversion from 'const long' to 'short', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'item_manager_read_tables.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_manager.cpp')
7>MarkConvert.cpp
7>MarkImage.cpp
7>MarkManager.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'log.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'log.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'log.cpp')
7>marriage.cpp
7>D:\clarityline\Srcs\Server\game\src\item_manager.cpp(513,55): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_manager.cpp(604,21): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\item_manager.cpp(654,8): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\item_manager.cpp(672,8): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'log.cpp')
7>matrix_card.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_manager_read_tables.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_manager_read_tables.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_manager_read_tables.cpp')
7>messenger_manager.cpp
7>mining.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'main.cpp')
7>D:\clarityline\Srcs\Server\game\src\map_location.cpp(47,13): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\item_manager_read_tables.cpp(71,33): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_manager_read_tables.cpp(214,66): warning C4242: 'argument': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_manager_read_tables.cpp(461,15): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_manager_read_tables.cpp(673,21): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_manager_read_tables.cpp(722,17): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_manager_read_tables.cpp(772,21): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_manager_read_tables.cpp(869,20): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\log.cpp(293,19): warning C4805: '==': unsafe mix of type 'BOOL' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\log.cpp(325,15): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>mob_manager.cpp
7>monarch.cpp
7>motion.cpp
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(206,18): warning C4244: '=': conversion from '_Ty1' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(206,18): warning C4244:         with
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(206,18): warning C4244:         [
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(206,18): warning C4244:             _Ty1=const DWORD
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(206,18): warning C4244:         ]
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(207,18): warning C4244: '=': conversion from 'const _Ty2' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(207,18): warning C4244:         with
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(207,18): warning C4244:         [
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(207,18): warning C4244:             _Ty2=DWORD
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(207,18): warning C4244:         ]
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(389,46): error C2039: 'back_inserter': is not a member of 'std'
7>D:\vcpkg\installed\x86-windows-static\include\boost\smart_ptr\intrusive_ptr.hpp(394,11):
7>see declaration of 'std'
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(389,46): error C3861: 'back_inserter': identifier not found
7>over9refine.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'main.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'main.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'main.cpp')
7>OXEvent.cpp
7>p2p.cpp
7>D:\clarityline\Srcs\Server\game\src\matrix_card.cpp(79,7): warning C5033: 'register' is no longer a supported storage class
7>D:\clarityline\Srcs\Server\game\src\matrix_card.cpp(102,7): warning C5033: 'register' is no longer a supported storage class
7>packet_info.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'messenger_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'messenger_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'messenger_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'messenger_manager.cpp')
7>panama.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'marriage.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'mining.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'mining.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'mining.cpp')
7>D:\clarityline\Srcs\Server\game\src\mining.cpp(256,16): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\mining.cpp(273,16): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'messenger_manager.cpp')
7>party.cpp
7>D:\clarityline\Srcs\Server\game\src\marriage.cpp(49,18): warning C4242: '=': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\main.cpp(716,25): warning C4244: '=': conversion from 'long' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\messenger_manager.cpp(305,33): warning C4267: '=': conversion from 'size_t' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\messenger_manager.cpp(315,34): warning C4267: '=': conversion from 'size_t' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\messenger_manager.cpp(344,12): warning C4267: 'initializing': conversion from 'size_t' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\messenger_manager.cpp(368,12): warning C4267: 'initializing': conversion from 'size_t' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'monarch.cpp')
7>D:\clarityline\Srcs\Server\game\src\motion.cpp(26,19): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\motion.cpp(109,73): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'over9refine.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'over9refine.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'over9refine.cpp')
7>D:\clarityline\Srcs\Server\game\src\motion.cpp(510,74): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'p2p.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'packet_info.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'OXEvent.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'OXEvent.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'OXEvent.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'OXEvent.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'panama.cpp')
7>passpod.cpp
7>pcbang.cpp
7>PetSystem.cpp
7>D:\clarityline\Srcs\Server\game\src\monarch.cpp(182,36): warning C4244: 'return': conversion from 'int64_t' to 'int', possible loss of data
7>polymorph.cpp
7>priv_manager.cpp
7>pvp.cpp
7>questevent.cpp
7>questlua.cpp
7>D:\clarityline\Srcs\Server\game\src\OXEvent.cpp(39,11): warning C4242: 'initializing': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\OXEvent.cpp(243,59): warning C4267: '=': conversion from 'size_t' to 'unsigned char', possible loss of data
7>questlua_affect.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'p2p.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'p2p.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'p2p.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'party.cpp')
7>questlua_arena.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'pcbang.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'pcbang.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'pcbang.cpp')
7>questlua_ba.cpp
7>questlua_building.cpp
7>questlua_danceevent.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'PetSystem.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'pvp.cpp')
7>D:\clarityline\Srcs\Server\game\src\party.cpp(588,62): warning C4242: 'argument': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\party.cpp(1364,69): warning C4018: '>': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(195,16): warning C4244: 'argument': conversion from 'float' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(195,14): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(213,57): warning C4244: 'argument': conversion from 'float' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(213,49): warning C4244: 'argument': conversion from 'float' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'priv_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(254,14): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(261,68): warning C4244: 'argument': conversion from 'float' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(261,55): warning C4244: 'argument': conversion from 'float' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(277,10): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(330,16): warning C4244: 'initializing': conversion from 'long' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(331,16): warning C4244: 'initializing': conversion from 'long' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(333,14): warning C4244: 'initializing': conversion from 'long' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(334,14): warning C4244: 'initializing': conversion from 'long' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(336,55): warning C4244: 'argument': conversion from 'float' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(336,38): warning C4244: 'argument': conversion from 'float' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(340,37): warning C4244: 'argument': conversion from 'float' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(340,28): warning C4244: 'argument': conversion from 'float' to 'long', possible loss of data
7>questlua_dragonlair.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'pvp.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua.cpp')
7>questlua_dragonsoul.cpp
7>questlua_dungeon.cpp
7>questlua_forked.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_affect.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_affect.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_affect.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'priv_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'priv_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\questlua_affect.cpp(138,20): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'priv_manager.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'questlua.cpp')
7>questlua_game.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua.cpp')
7>questlua_global.cpp
7>questlua_guild.cpp
7>questlua_horse.cpp
7>D:\clarityline\Srcs\Server\game\src\questlua.cpp(301,17): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua.cpp(373,17): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>questlua_item.cpp
7>D:\clarityline\Srcs\Server\game\src\questlua_danceevent.cpp(17,46): warning C4805: '!=': unsafe mix of type 'BOOL' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_building.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_building.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_building.cpp')
7>questlua_marriage.cpp
7>questlua_mgmt.cpp
7>D:\clarityline\Srcs\Server\game\src\questlua_dragonlair.cpp(14,21): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
7>questlua_monarch.cpp
7>questlua_npc.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_dungeon.cpp')
7>questlua_oxevent.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_forked.cpp')
7>D:\clarityline\Srcs\Server\game\src\questlua_forked.cpp(105,50): warning C4244: 'argument': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_forked.cpp(131,82): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_forked.cpp(138,77): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_game.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_guild.cpp')
7>questlua_party.cpp
7>D:\clarityline\Srcs\Server\game\src\questlua_horse.cpp(75,18): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_horse.cpp(227,31): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_horse.cpp(241,45): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_global.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_global.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_global.cpp')
7>D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(632,10): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(633,10): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(634,10): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(635,10): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(837,18): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(1043,52): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(1055,51): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(1383,12): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'questlua_game.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_item.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_item.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_item.cpp')
7>D:\clarityline\Srcs\Server\game\src\questlua_item.cpp(45,43): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_item.cpp(228,16): warning C4244: 'argument': conversion from 'lua_Number' to 'short', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_item.cpp(227,16): warning C4244: 'argument': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_item.cpp(226,16): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_item.cpp(381,30): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_item.cpp(439,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>questlua_pc.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_global.cpp')
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244: 'initializing': conversion from '_Ty' to '_Ty1', possible loss of data
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244:             _Ty=lua_Number
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244:         ]
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244:         and
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244:             _Ty1=DWORD
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244:         ]
7>(compiling source file 'questlua_dungeon.cpp')
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16):
7>the template instantiation context (the oldest one first) is
7>    D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(1393,49):
7>    see reference to function template instantiation 'std::pair<DWORD,int>::pair<lua_Number,lua_Number,0>(_Other1 &&,_Other2 &&) noexcept' being compiled
7>        with
7>        [
7>            _Other1=lua_Number,
7>            _Other2=lua_Number
7>        ]
7>        D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(1393,25):
7>        see the first reference to 'std::pair<DWORD,int>::pair' in 'quest::dungeon_set_item_group'
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244: 'initializing': conversion from '_Ty' to '_Ty2', possible loss of data
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244:             _Ty=lua_Number
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244:         ]
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244:         and
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244:             _Ty2=int
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244:         ]
7>(compiling source file 'questlua_dungeon.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'questlua_guild.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_mgmt.cpp')
7>questlua_pet.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_monarch.cpp')
7>questlua_quest.cpp
7>D:\clarityline\Srcs\Server\game\src\questlua_guild.cpp(393,36): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(372,15): warning C4805: '==': unsafe mix of type 'bool' and type 'int' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(419,16): warning C4244: 'initializing': conversion from 'lua_Number' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(995,39): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1028,75): warning C4244: 'argument': conversion from 'lua_Number' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1057,30): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1057,60): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1115,30): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1115,60): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1232,10): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1233,10): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1234,10): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1235,10): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1290,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1291,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1292,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1293,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1295,13): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1296,13): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1297,13): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1298,13): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>questlua_speedserver.cpp
7>questlua_target.cpp
7>D:\clarityline\Srcs\Server\game\src\questlua_mgmt.cpp(28,36): warning C4244: 'argument': conversion from 'int64_t' to 'lua_Number', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_npc.cpp(296,63): warning C4244: 'argument': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_npc.cpp(314,63): warning C4244: 'argument': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_npc.cpp(317,26): warning C4244: 'argument': conversion from 'lua_Number' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_npc.cpp(327,63): warning C4244: 'argument': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_npc.cpp(345,63): warning C4244: 'argument': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_npc.cpp(348,26): warning C4244: 'argument': conversion from 'lua_Number' to 'float', possible loss of data
7>questmanager.cpp
7>questnpc.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'questlua_monarch.cpp')
7>questpc.cpp
7>refine.cpp
7>regen.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_party.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'questlua_party.cpp')
7>D:\clarityline\Srcs\Server\game\src\questlua_quest.cpp(196,13): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_party.cpp(63,38): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_party.cpp(346,16): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_party.cpp(347,17): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_party.cpp(348,20): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_party.cpp(349,16): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_party.cpp(350,18): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_party.cpp(351,16): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
7>safebox.cpp
7>D:\clarityline\Srcs\Server\game\src\questlua_pet.cpp(45,16): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_pet.cpp(73,16): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_pet.cpp(105,16): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_pet.cpp(125,17): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>sectree.cpp
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(17,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(25,12): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(53,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(54,12): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(55,17): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(56,19): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(57,19): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(72,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(73,12): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(89,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(97,82): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(97,65): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(97,39): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(131,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(132,82): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(132,65): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(132,39): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(133,17): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(134,19): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(135,19): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(151,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(152,82): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(152,65): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(152,39): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(166,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_pc.cpp')
7>sectree_manager.cpp
7>sequence.cpp
7>shop.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questmanager.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questpc.cpp')
7>shopEx.cpp
7>shop_manager.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_pc.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_pc.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_pc.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'questmanager.cpp')
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(526,42): warning C4242: 'argument': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(857,17): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(1968,30): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(1968,60): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(1968,90): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(1968,120): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(2087,30): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(2156,30): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(2331,30): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(2331,60): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(2596,34): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(2596,20): warning C4244: 'initializing': conversion from 'lua_Number' to 'const int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questnpc.cpp(60,11): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'safebox.cpp')
7>skill.cpp
7>D:\clarityline\Srcs\Server\game\src\questpc.cpp(241,33): warning C4242: '=': conversion from 'int' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questmanager.cpp(967,44): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>skill_power.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'shop.cpp')
7>SpeedServer.cpp
7>start_position.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'sectree.cpp')
7>target.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'sectree_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'shopEx.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'shop_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\safebox.cpp(64,32): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\safebox.cpp(74,38): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\safebox.cpp(76,31): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\safebox.cpp(114,13): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\safebox.cpp(199,27): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\safebox.cpp(201,15): warning C4242: '=': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'shop.cpp')
7>text_file_loader.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'sectree_manager.cpp')
7>threeway_war.cpp
7>TrafficProfiler.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'shop_manager.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'shopEx.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shop.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shop.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shop.cpp')
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(255,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(259,13): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(263,13): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(737,14): warning C4805: '==': unsafe mix of type 'bool' and type 'int' in operation
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(782,15): warning C4805: '==': unsafe mix of type 'bool' and type 'int' in operation
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(944,12): warning C4244: '=': conversion from 'float' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(954,12): warning C4244: '=': conversion from 'float' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(1142,44): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(1307,1): warning C4005: 'max': macro redefinition
7>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22000.0\shared\minwindef.h(193,1):
7>see previous definition of 'max'
7>D:\clarityline\Srcs\Server\game\src\skill.cpp(85,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\skill.cpp(343,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\shop.cpp(162,33): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\shop.cpp(294,30): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>D:\clarityline\Srcs\Server\game\src\shop.cpp(345,59): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\shop.cpp(402,71): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shopEx.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shopEx.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shopEx.cpp')
7>D:\clarityline\Srcs\Server\game\src\SpeedServer.cpp(162,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\SpeedServer.cpp(166,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\SpeedServer.cpp(170,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\SpeedServer.cpp(174,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\SpeedServer.cpp(178,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\SpeedServer.cpp(182,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\SpeedServer.cpp(186,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\SpeedServer.cpp(190,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shop_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shop_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shop_manager.cpp')
7>trigger.cpp
7>utils.cpp
7>vector.cpp
7>version.cpp
7>D:\clarityline\Srcs\Server\game\src\shopEx.cpp(71,44): warning C4267: '=': conversion from 'size_t' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\shopEx.cpp(107,43): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\shopEx.cpp(159,14): warning C4018: '<': signed/unsigned mismatch
7>war_map.cpp
7>D:\clarityline\Srcs\Server\game\src\shopEx.cpp(195,31): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>D:\clarityline\Srcs\Server\game\src\shopEx.cpp(216,70): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>wedding.cpp
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(368,15): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(385,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(386,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(403,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(404,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(405,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(422,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(423,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(424,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(425,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(448,14): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(449,14): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(450,14): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(451,14): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(467,19): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(468,19): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(469,19): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(485,18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(486,18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(487,18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(488,18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(505,18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(506,18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(507,18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(508,18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>xmas_event.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'target.cpp')
7>XTrapManager.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'threeway_war.cpp')
7>D:\clarityline\Srcs\Server\game\src\shop_manager.cpp(300,26): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\shop_manager.cpp(473,20): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\shop_manager.cpp(488,40): warning C4267: '=': conversion from 'size_t' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\target.cpp(24,17): warning C4242: '=': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\utils.cpp(174,39): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\utils.cpp(174,41): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\utils.cpp(175,21): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\utils.cpp(177,34): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'threeway_war.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'threeway_war.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'threeway_war.cpp')
7>D:\clarityline\Srcs\Server\game\src\threeway_war.cpp(520,38): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\vector.cpp(13,70): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\vector.cpp(51,43): warning C4244: 'argument': conversion from 'long' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\vector.cpp(51,34): warning C4244: 'argument': conversion from 'long' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.h(228,21): warning C4018: '>=': signed/unsigned mismatch
7>(compiling source file 'shop_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.h(228,21):
7>the template instantiation context (the oldest one first) is
7>    D:\clarityline\Srcs\Server\game\src\shop_manager.cpp(381,12):
7>    see reference to function template instantiation 'bool CGroupNode::GetValue<DWORD>(const std::string &,int,T &) const' being compiled
7>        with
7>        [
7>            T=DWORD
7>        ]
7>    D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.h(175,23):
7>    see reference to function template instantiation 'bool CGroupNode::CGroupNodeRow::GetValue<T>(int,T &) const' being compiled
7>        with
7>        [
7>            T=DWORD
7>        ]
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'wedding.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'war_map.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'xmas_event.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'XTrapManager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'XTrapManager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'XTrapManager.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'XTrapManager.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'wedding.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'xmas_event.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'war_map.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'war_map.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'war_map.cpp')
7>D:\clarityline\Srcs\Server\game\src\war_map.cpp(564,32): warning C4242: 'argument': conversion from 'int' to 'BYTE', possible loss of data
7>Done building project "game.2008.vcxproj" -- FAILED.
========== Rebuild All: 6 succeeded, 1 failed, 0 skipped ==========
========== Rebuild completed at 18:27 and took 59,452 seconds ==========
 

This is the output, I'm still trying to figure out how to solve it. I'm sure it's something simple, but I haven't noticed what it is yet 😅

Link to comment
Share on other sites

2 hours ago, Adytzu said:
  Hide contents

Rebuild started at 18:26...
1>------ Rebuild All started: Project: libserverkey, Configuration: Debug Win32 ------
2>------ Rebuild All started: Project: libthecore, Configuration: Debug Win32 ------
3>------ Rebuild All started: Project: libpoly, Configuration: Debug Win32 ------
4>------ Rebuild All started: Project: libgame, Configuration: Debug Win32 ------
5>------ Rebuild All started: Project: libsql, Configuration: Debug Win32 ------
6>------ Rebuild All started: Project: liblua, Configuration: Debug Win32 ------
1>base64_ssl.cpp
1>RSACrypto.cpp
5>AsyncSQL.cpp
5>Semaphore.cpp
5>Statement.cpp
5>Tellwait.cpp
4>attribute.cc
4>grid.cc
4>targa.cc
1>D:\clarityline\Srcs\Server\libserverkey\base64_ssl.cpp(21,13): warning C4018: '<': signed/unsigned mismatch
3>Base.cc
3>main.cc
3>Poly.cc
3>Symbol.cc
3>SymTable.cc
2>buffer.c
2>des.c
2>fdwatch.c
2>gost.c
2>gost_old.c
2>hangul.c
2>heart.c
2>kstbl.c
2>log.c
2>main.c
2>memcpy.c
2>signal.c
2>socket.c
2>tea.c
6>lapi.c
6>lcode.c
6>ldebug.c
6>ldo.c
6>ldump.c
6>lfunc.c
2>D:\clarityline\Srcs\Server\libthecore\src\gost_old.c(129,5): warning C5033: 'register' is no longer a supported storage class
6>lgc.c
6>lauxlib.c
6>lbaselib.c
6>ldblib.c
6>liolib.c
6>lmathlib.c
2>D:\clarityline\Srcs\Server\libthecore\src\gost_old.c(185,5): warning C5033: 'register' is no longer a supported storage class
2>D:\clarityline\Srcs\Server\libthecore\src\gost_old.c(328,5): warning C5033: 'register' is no longer a supported storage class
2>utils.c
4>D:\clarityline\Srcs\Server\libgame\src\attribute.cc(69,23): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
4>D:\clarityline\Srcs\Server\libgame\src\attribute.cc(82,23): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
4>D:\clarityline\Srcs\Server\libgame\src\attribute.cc(137,20): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
4>D:\clarityline\Srcs\Server\libgame\src\attribute.cc(143,20): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
6>loadlib.c
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(70,3): warning C4996: 'RSA_get0_key': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(75,3): warning C4996: 'RSA_set0_key': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(81,10): warning C4996: 'RSA_new': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(100,10): warning C4996: 'RSA_new': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(149,14): warning C4996: 'RSA_new': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(157,3): warning C4996: 'RSA_set0_key': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(167,4): warning C4996: 'RSA_free': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(178,26): warning C4996: 'RSA_get0_n': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(180,3): warning C4996: 'RSA_get0_key': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(185,3): warning C4996: 'RSA_set0_key': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(201,4): warning C4996: 'RSA_free': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(208,14): warning C4996: 'RSA_new': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(217,3): warning C4996: 'RSA_set0_key': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(218,3): warning C4996: 'RSA_set0_factors': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(226,17): warning C4996: 'RSA_size': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(241,23): warning C4996: 'RSA_public_encrypt': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(260,17): warning C4996: 'RSA_size': Since OpenSSL 3.0
6>lstrlib.c
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(267,22): warning C4996: 'RSA_private_decrypt': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(286,17): warning C4996: 'RSA_size': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(301,23): warning C4996: 'RSA_private_encrypt': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(320,17): warning C4996: 'RSA_size': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(327,22): warning C4996: 'RSA_public_decrypt': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(346,14): warning C4996: 'RSA_generate_key': Since OpenSSL 0.9.8
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(353,13): warning C4996: 'RSA_check_key': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(386,25): warning C4996: 'RSA_get0_e': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(398,25): warning C4996: 'RSA_get0_n': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(415,25): warning C4996: 'RSA_get0_n': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(427,25): warning C4996: 'RSA_get0_e': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(439,25): warning C4996: 'RSA_get0_d': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(455,11): warning C4996: 'i2d_RSAPrivateKey': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(484,8): warning C4996: 'd2i_RSAPrivateKey': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(497,11): warning C4996: 'i2d_RSAPublicKey': Since OpenSSL 3.0
1>D:\clarityline\Srcs\Server\libserverkey\RSACrypto.cpp(526,8): warning C4996: 'd2i_RSAPublicKey': Since OpenSSL 3.0
6>ltablib.c
6>llex.c
6>lmem.c
6>lobject.c
6>lopcodes.c
6>lparser.c
6>lstate.c
6>lstring.c
6>ltable.c
6>ltests.c
6>ltm.c
6>lundump.c
6>lvm.c
6>lzio.c
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file 'Semaphore.cpp')
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file 'Semaphore.cpp')
2>D:\clarityline\Srcs\Server\libthecore\src\gost.c(105,2): warning C5033: 'register' is no longer a supported storage class
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file 'Semaphore.cpp')
2>D:\clarityline\Srcs\Server\libthecore\src\gost.c(174,2): warning C5033: 'register' is no longer a supported storage class
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file 'AsyncSQL.cpp')
2>D:\clarityline\Srcs\Server\libthecore\src\log.c(259,22): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details.
2>D:\clarityline\Srcs\Server\libthecore\src\log.c(317,26): warning C4146: unary minus operator applied to unsigned type, result still unsigned
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file 'AsyncSQL.cpp')
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file 'AsyncSQL.cpp')
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.cpp(268,3): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
2>xdirent.c
2>xgetopt.c
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file '../libsql/Statement.cpp')
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file '../libsql/Statement.cpp')
5>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
5>(compiling source file '../libsql/Statement.cpp')
5>D:\clarityline\Srcs\Server\libsql\Statement.cpp(151,29): warning C4244: '=': conversion from 'unsigned __int64' to 'int', possible loss of data
2>xmd5.c
2>D:\clarityline\Srcs\Server\libthecore\src\socket.c(254,32): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(1574,5): warning MSB8012: TargetPath(D:\clarityline\Srcs\Server\libserverkey\libserverkey.lib) does not match the Library's OutputFile property value (D:\clarityline\Srcs\Server\libserverkey\libserverkey_d.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
2>D:\clarityline\Srcs\Server\libthecore\src\socket.c(259,12): warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(1576,5): warning MSB8012: TargetName(libserverkey) does not match the Library's OutputFile property value (libserverkey_d). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
2>D:\clarityline\Srcs\Server\libthecore\src\tea.c(34,5): warning C5033: 'register' is no longer a supported storage class
2>D:\clarityline\Srcs\Server\libthecore\src\tea.c(170,5): warning C5033: 'register' is no longer a supported storage class
4>libgame.2008.vcxproj -> D:\clarityline\Srcs\Server\libgame\lib\libgame_d.lib
4>Done building project "libgame.2008.vcxproj".
1>libserverkey.vcxproj -> D:\clarityline\Srcs\Server\libserverkey\libserverkey.lib
2>D:\clarityline\Srcs\Server\libthecore\src\utils.c(341,5): warning C5033: 'register' is no longer a supported storage class
1>Done building project "libserverkey.vcxproj".
5>libsql.2008.vcxproj -> D:\clarityline\Srcs\Server\libsql\libsql_d.lib
5>Done building project "libsql.2008.vcxproj".
2>D:\clarityline\Srcs\Server\libthecore\src\xmd5.c(92,17): 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.
2>D:\clarityline\Srcs\Server\libthecore\src\xmd5.c(96,5): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _close. See online help for details.
2>D:\clarityline\Srcs\Server\libthecore\src\xmd5.c(264,5): warning C5033: 'register' is no longer a supported storage class
6>liblua.2008.vcxproj -> D:\clarityline\Srcs\Server\liblua\lib\liblua_d.lib
2>libthecore.2008.vcxproj -> D:\clarityline\Srcs\Server\libthecore\lib\libthecore_d.lib
2>Done building project "libthecore.2008.vcxproj".
3>libpoly.2008.vcxproj -> D:\clarityline\Srcs\Server\libpoly\libpoly_d.lib
7>------ Rebuild All started: Project: game, Configuration: Debug Win32 ------
7>affect.cpp
7>ani.cpp
7>arena.cpp
7>auth_brazil.cpp
7>banword.cpp
7>battle.cpp
7>BattleArena.cpp
7>blend_item.cpp
7>block_country.cpp
7>BlueDragon.cpp
7>BlueDragon_Binder.cpp
7>buffer_manager.cpp
7>D:\clarityline\Srcs\Server\game\src\auth_brazil.cpp(75,11): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\auth_brazil.cpp(77,16): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\auth_brazil.cpp(79,16): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\auth_brazil.cpp(81,16): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\auth_brazil.cpp(119,6): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _close. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\auth_brazil.cpp(127,12): 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.
7>D:\clarityline\Srcs\Server\game\src\auth_brazil.cpp(128,2): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _close. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\auth_brazil.cpp(163,8): warning C4996: 'fileno': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _fileno. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'battle.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'arena.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'blend_item.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'blend_item.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'blend_item.cpp')
7>D:\clarityline\Srcs\Server\game\src\block_country.cpp(117,15): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\blend_item.cpp(82,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\blend_item.cpp(87,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\blend_item.cpp(99,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\blend_item.cpp(115,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\blend_item.cpp(130,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\blend_item.cpp(145,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>buff_on_attributes.cpp
7>building.cpp
7>D:\clarityline\Srcs\Server\game\src\ani.cpp(98,13): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>castle.cpp
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): warning C4003: not enough arguments for function-like macro invocation 'max'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): error C2589: '(': illegal token on right side of '::'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47):
7>the template instantiation context (the oldest one first) is
7>    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(529,2):
7>    see reference to class template instantiation 'boost::pool<UserAllocator>' being compiled
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): error C3878: syntax error: unexpected token '(' following 'expression'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): message : error recovery skipped: '( ('
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): error C2760: syntax error: ')' was unexpected here; expected ';'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): error C3878: syntax error: unexpected token ')' following 'jump_statement'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): message : error recovery skipped: ') >'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): error C2760: syntax error: ')' was unexpected here; expected 'expression'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): error C3878: syntax error: unexpected token ')' following 'expression_statement'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): message : error recovery skipped: ') ) ?'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): message : error recovery skipped: ') :'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,47): message : error recovery skipped: ') )'
7>(compiling source file 'affect.cpp')
7>char.cpp
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,63): error C2760: syntax error: ')' was unexpected here; expected ';'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,63): error C3878: syntax error: unexpected token ')' following 'expression_statement'
7>(compiling source file 'affect.cpp')
7>D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp(363,63): message : error recovery skipped: ') /'
7>(compiling source file 'affect.cpp')
7>char_affect.cpp
7>char_battle.cpp
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(289,14): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(290,14): warning C4244: 'initializing': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(302,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(303,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(306,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(307,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(310,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(311,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(314,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(315,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(318,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\BlueDragon_Skill.h(319,25): warning C4244: '=': conversion from 'float' to 'long', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'BlueDragon.cpp')
7>char_change_empire.cpp
7>char_dragonsoul.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'battle.cpp')
7>char_hackshield.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'arena.cpp')
7>char_horse.cpp
7>D:\clarityline\Srcs\Server\game\src\battle.cpp(684,17): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\battle.cpp(685,27): warning C4244: '=': conversion from 'float' to 'int', possible loss of data
7>char_item.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_battle.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'building.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'castle.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'castle.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'castle.cpp')
7>char_manager.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_affect.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_dragonsoul.cpp')
7>D:\clarityline\Srcs\Server\game\src\castle.cpp(459,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\castle.cpp(463,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\castle.cpp(477,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\castle.cpp(491,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\castle.cpp(506,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>char_quickslot.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_change_empire.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_change_empire.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_change_empire.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_hackshield.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_hackshield.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_hackshield.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_hackshield.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'char_battle.cpp')
7>char_resist.cpp
7>char_skill.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_horse.cpp')
7>D:\clarityline\Srcs\Server\game\src\char_affect.cpp(183,15): warning C4242: 'initializing': conversion from 'int' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_dragonsoul.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_dragonsoul.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_dragonsoul.cpp')
7>D:\clarityline\Srcs\Server\game\src\char_dragonsoul.cpp(20,46): warning C4242: 'argument': conversion from 'int' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(113,30): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(279,12): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(532,12): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1075,60): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1100,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1100,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1101,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1101,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1102,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1102,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1103,89): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1103,81): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1109,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1109,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1110,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1110,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1111,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1111,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1112,89): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1112,81): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1118,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1118,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1119,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1119,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1120,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1120,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1121,89): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1121,81): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1127,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1127,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1128,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1128,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1129,88): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1129,80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1130,89): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1130,81): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1221,70): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1227,62): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1231,69): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1235,62): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\building.cpp(1239,68): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_dragonsoul.cpp(91): warning C4715: 'CHARACTER::DragonSoul_ActivateDeck': not all control paths return a value
7>char_state.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_battle.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_battle.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_battle.cpp')
7>check_server.cpp
7>cipher.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char.cpp')
7>ClientPackageCryptInfo.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_item.cpp')
7>D:\clarityline\Srcs\Server\game\src\char.cpp(688,33): warning C4267: '=': conversion from 'size_t' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_quickslot.cpp')
7>D:\clarityline\Srcs\Server\game\src\char.cpp(845,36): warning C4242: '=': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(1090,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\char.cpp(1325,3): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\char.cpp(1677,10): warning C4244: 'return': conversion from 'const DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(1680,30): warning C4244: 'return': conversion from 'const DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(1789,11): warning C4244: 'argument': conversion from 'const WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(3088,27): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\char.cpp(3091,15): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>D:\clarityline\Srcs\Server\game\src\char_battle.cpp(2245,17): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_battle.cpp(2246,26): warning C4244: '=': conversion from 'float' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(5439,22): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(5453,20): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(5485,64): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(5487,22): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(5523,24): warning C4244: 'return': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(6068,60): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(6269,38): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char.cpp(6741,33): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_battle.cpp(3224,15): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_battle.cpp(3474,16): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>cmd.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'char_manager.cpp')
7>cmd_emotion.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_item.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_item.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_item.cpp')
7>D:\clarityline\Srcs\Server\game\src\char_quickslot.cpp(22,18): warning C4242: 'argument': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_quickslot.cpp(148,29): warning C4244: '=': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_skill.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(52,28): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'check_server.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(78,23): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'check_server.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(79,21): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'check_server.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(88,27): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'check_server.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(221,28): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'check_server.cpp')
7>D:\clarityline\Srcs\Server\game\src\check_server.h(24,21): warning C4018: '<': signed/unsigned mismatch
7>(compiling source file 'check_server.cpp')
7>cmd_general.cpp
7>D:\clarityline\Srcs\Server\game\src\ClientPackageCryptInfo.h(19,14): warning C4267: 'initializing': conversion from 'size_t' to 'BYTE', possible loss of data
7>(compiling source file 'ClientPackageCryptInfo.cpp')
7>D:\clarityline\Srcs\Server\game\src\char_manager.cpp(221,23): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\char_manager.cpp(328,18): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_manager.cpp(429,18): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'char_state.cpp')
7>D:\clarityline\Srcs\Server\game\src\char_manager.cpp(1051,21): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>cmd_gm.cpp
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(270,3): warning C4244: 'argument': conversion from 'long' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(406,32): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(492,32): warning C4242: 'argument': conversion from 'int' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(522,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(923,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(1196,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(1225,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(1366,39): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(1369,39): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(1373,39): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(1378,39): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(2654,41): warning C4244: 'argument': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(3026,43): warning C4244: 'argument': conversion from 'DWORD' to 'BYTE', possible loss of data
7>cmd_oxevent.cpp
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(3562,48): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(5301,57): warning C4554: '|': check operator precedence for possible error; use parentheses to clarify precedence
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(5374,26): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(5376,41): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(5590,27): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(5614,59): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(5614,44): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(5793,18): warning C4244: 'initializing': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(5990,19): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(6008,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(6009,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(6131,39): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(6138,18): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>config.cpp
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(6536,29): warning C4244: '=': conversion from 'long' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(6854,42): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(6871,42): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(7061,38): warning C4244: 'argument': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(7130,21): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(7305,48): warning C4805: '==': unsafe mix of type 'bool' and type 'long' in operation
7>constants.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_skill.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_skill.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'char_skill.cpp')
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(181,37): warning C4242: '=': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(511,27): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(945,15): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(1169,53): warning C4804: '>': unsafe use of type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(1394,20): warning C4244: '-=': conversion from 'double' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(1699,83): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(1699,16): warning C4244: 'initializing': conversion from 'double' to 'const float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(2022,67): warning C4244: 'argument': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(2027,83): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(2027,16): warning C4244: 'initializing': conversion from 'double' to 'const float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(2528,70): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(2528,16): warning C4244: 'initializing': conversion from 'double' to 'const float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(2931,90): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(2931,16): warning C4244: 'initializing': conversion from 'double' to 'const float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_skill.cpp(2954,41): warning C4244: 'argument': conversion from 'const DWORD' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd.cpp')
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(288,16): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(291,16): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(590,31): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(597,17): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(600,17): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(691,29): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(706,16): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(709,16): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(749,59): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(755,59): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(967,20): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(969,25): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(1036,14): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(1046,26): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(1196,14): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(1203,18): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(1212,15): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\char_state.cpp(1215,15): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'cmd.cpp')
7>crc32.cpp
7>D:\clarityline\Srcs\Server\game\src\char_item.cpp(675): warning C4715: 'CHARACTER::IsEmptyItemGrid': not all control paths return a value
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'cmd_emotion.cpp')
7>cube.cpp
7>db.cpp
7>D:\clarityline\Srcs\Server\game\src\cmd.cpp(560,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'cmd_general.cpp')
7>desc.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'cmd_gm.cpp')
7>desc_client.cpp
7>desc_manager.cpp
7>D:\clarityline\Srcs\Server\game\src\constants.cpp(1293,10): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'cmd_general.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'cmd_gm.cpp')
7>desc_p2p.cpp
7>dev_log.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'config.cpp')
7>DragonLair.cpp
7>DragonSoul.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cube.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cube.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cube.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd_general.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd_general.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd_general.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(52,28): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(78,23): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(79,21): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(88,27): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\libserverkey\SIM.h(221,28): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\game\src\check_server.h(24,21): warning C4018: '<': signed/unsigned mismatch
7>(compiling source file 'config.cpp')
7>D:\clarityline\Srcs\Server\game\src\config.cpp(144,10): warning C4804: '>': unsafe use of type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'desc.cpp')
7>D:\clarityline\Srcs\Server\game\src\config.cpp(254,13): warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\config.cpp(264,18): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'desc_client.cpp')
7>D:\clarityline\Srcs\Server\game\src\config.cpp(381,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(386,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(392,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(398,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(404,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(410,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(415,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(422,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(428,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(452,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(476,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(501,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(574,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(714,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(722,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(728,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(735,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(741,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(749,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(755,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(761,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(767,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(780,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(788,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(796,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(802,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(811,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(820,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(826,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(832,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(838,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(844,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(851,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(882,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(888,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(894,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(900,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(907,31): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(917,9): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(929,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(934,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(940,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(956,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(969,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(974,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(979,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(984,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(989,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(994,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(999,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1004,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1009,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1014,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1020,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1026,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1031,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1035,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1039,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1044,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1057,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1065,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1073,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1084,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1090,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1099,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1113,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1164,9): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1166,14): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1168,14): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1170,14): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1172,14): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\config.cpp(1174,14): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'db.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'db.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'db.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd_gm.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd_gm.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'cmd_gm.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'db.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'desc_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\cmd_general.cpp(466,22): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\cmd_general.cpp(2345,24): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(254,16): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(263,9): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(271,8): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(406,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(410,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(414,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(421,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(428,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(432,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(437,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(544,20): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(1260,25): warning C4805: '==': unsafe mix of type 'BOOL' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(1558,16): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(1825,20): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(1842,20): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(736,11): error C2666: 'CUBE_VALUE::operator ==': overloaded functions have similar conversions
7>D:\clarityline\Srcs\Server\game\src\cube.h(21,7):
7>could be 'bool CUBE_VALUE::operator ==(const CUBE_VALUE &)'
7>D:\clarityline\Srcs\Server\game\src\cube.h(21,7):
7>or 'bool CUBE_VALUE::operator ==(const CUBE_VALUE &)' [synthesized expression 'y == x']
7>D:\clarityline\Srcs\Server\game\src\cube.cpp(736,11):
7>while trying to match the argument list '(CUBE_VALUE, CUBE_VALUE)'
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(1894,20): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(1911,20): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(2947,17): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(2948,17): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(2949,17): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\cmd_gm.cpp(2983,34): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>dragon_soul_table.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'db.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'desc.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'desc_client.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'desc_p2p.cpp')
7>D:\clarityline\Srcs\Server\game\src\dev_log.cpp(134,4): 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.
7>D:\clarityline\Srcs\Server\game\src\dev_log.cpp(135,4): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _close. See online help for details.
7>dungeon.cpp
7>empire_text_convert.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'desc_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc_client.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc_client.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc_client.cpp')
7>D:\clarityline\Srcs\Server\game\src\db.cpp(1294,53): warning C4244: 'argument': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\desc_client.cpp(299,75): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'desc_manager.cpp')
7>entity.cpp
7>D:\clarityline\Srcs\Server\game\src\desc.cpp(232,14): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\ClientPackageCryptInfo.h(19,14): warning C4267: 'initializing': conversion from 'size_t' to 'BYTE', possible loss of data
7>(compiling source file 'desc_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\desc_manager.cpp(159,2): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\desc_manager.cpp(208,2): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'desc_p2p.cpp')
7>entity_view.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'DragonSoul.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'DragonLair.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'DragonLair.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'DragonLair.cpp')
7>event.cpp
7>event_queue.cpp
7>exchange.cpp
7>file_loader.cpp
7>fishing.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'DragonSoul.cpp')
7>FSM.cpp
7>gm.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'DragonSoul.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'DragonSoul.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'DragonSoul.cpp')
7>D:\clarityline\Srcs\Server\game\src\DragonSoul.cpp(18,20): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\DragonSoul.cpp(24,24): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\DragonSoul.cpp(78,17): warning C4244: 'return': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\DragonSoul.cpp(202,21): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\DragonSoul.cpp(272,21): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\DragonSoul.cpp(468,18): warning C4477: 'sprintf' : format string '%d' requires an argument of type 'int', but variadic argument 1 has type 'double'
7>D:\clarityline\Srcs\Server\game\src\DragonSoul.cpp(468,18): warning C4477: 'sprintf' : format string '%d' requires an argument of type 'int', but variadic argument 2 has type 'double'
7>D:\clarityline\Srcs\Server\game\src\DragonSoul.cpp(554,8): warning C4101: 'prob_sum': unreferenced local variable
7>group_text_parse_tree.cpp
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(222,20): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(282,21): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(310,21): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(342,21): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(371,23): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(396,21): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(426,23): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(452,20): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(493,20): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(512,22): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(521,22): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(544,20): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'dungeon.cpp')
7>D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.h(220,21): warning C4018: '>=': signed/unsigned mismatch
7>(compiling source file 'dragon_soul_table.cpp')
7>D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.h(220,21):
7>the template instantiation context (the oldest one first) is
7>    D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(128,13):
7>    see reference to function template instantiation 'bool CGroupNode::CGroupNodeRow::GetValue<std::string>(const std::string &,T &) const' being compiled
7>        with
7>        [
7>            T=std::string
7>        ]
7>D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.h(228,21): warning C4018: '>=': signed/unsigned mismatch
7>(compiling source file 'dragon_soul_table.cpp')
7>D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.h(228,21):
7>the template instantiation context (the oldest one first) is
7>    D:\clarityline\Srcs\Server\game\src\dragon_soul_table.cpp(827,12):
7>    see reference to function template instantiation 'bool CGroupNode::CGroupNodeRow::GetValue<_Ty>(int,T &) const' being compiled
7>        with
7>        [
7>            _Ty=float,
7>            T=float
7>        ]
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'entity.cpp')
7>guild.cpp
7>guild_manager.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'exchange.cpp')
7>guild_war.cpp
7>HackShield.cpp
7>HackShield_Impl.cpp
7>horsename_manager.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'fishing.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'exchange.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'fishing.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'fishing.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'fishing.cpp')
7>horse_rider.cpp
7>input.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'exchange.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'exchange.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'exchange.cpp')
7>D:\clarityline\Srcs\Server\game\src\exchange.cpp(447,61): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.cpp(99,22): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.cpp(206,10): warning C4018: '>=': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'guild.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\fishing.cpp(838,46): warning C4242: 'argument': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\fishing.cpp(880,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\fishing.cpp(898,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>input_auth.cpp
7>input_db.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild_war.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild_war.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild_war.cpp')
7>input_login.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'guild_manager.cpp')
7>input_main.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'horsename_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'guild_war.cpp')
7>input_p2p.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'guild.cpp')
7>input_teen.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'horsename_manager.cpp')
7>input_udp.cpp
7>D:\clarityline\Srcs\Server\game\src\guild.cpp(21,80): warning C4242: 'initializing': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'input.cpp')
7>D:\clarityline\Srcs\Server\game\src\guild.cpp(435,46): warning C4267: '+=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\guild.cpp(583,44): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\guild.cpp(2101,24): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\guild_manager.cpp(798,21): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'input.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'input_auth.cpp')
7>ip_ban.cpp
7>D:\clarityline\Srcs\Server\game\src\guild_war.cpp(85,31): warning C4244: '=': conversion from 'const DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\guild_war.cpp(341,16): warning C4242: '=': conversion from 'const unsigned int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'input_login.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'input_main.cpp')
7>item.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'input_p2p.cpp')
7>D:\clarityline\Srcs\Server\game\src\input.cpp(317,22): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input.cpp(320,72): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input.cpp(341,22): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input.cpp(343,72): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input.cpp(651,4): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'input_db.cpp')
7>item_addon.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'input_auth.cpp')
7>item_attribute.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'input_teen.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'input_main.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'input_login.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_auth.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_auth.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_auth.cpp')
7>D:\clarityline\Srcs\Server\game\src\input_auth.cpp(127,3): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input_auth.cpp(261,51): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input_auth.cpp(279,3): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input_auth.cpp(529,3): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input_auth.cpp(578,3): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'input_udp.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'input_p2p.cpp')
7>item_manager.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_login.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_login.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_login.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_db.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_db.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_db.cpp')
7>item_manager_idrange.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'input_teen.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_teen.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_teen.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_teen.cpp')
7>D:\clarityline\Srcs\Server\game\src\ip_ban.cpp(98,28): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\ip_ban.cpp(99,28): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\ip_ban.cpp(100,40): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'input_udp.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_p2p.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_p2p.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_p2p.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_main.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_main.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'input_main.cpp')
7>item_manager_read_tables.cpp
7>D:\clarityline\Srcs\Server\game\src\input_udp.cpp(64,34): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input_udp.cpp(119,2): warning C4065: switch statement contains 'default' but no 'case' labels
7>D:\clarityline\Srcs\Server\game\src\input_login.cpp(486,77): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_login.cpp(689,21): warning C4805: '==': unsafe mix of type 'BOOL' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\input_login.cpp(710,103): warning C4244: 'argument': conversion from 'long' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_login.cpp(710,87): warning C4244: 'argument': conversion from 'long' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_login.cpp(898,36): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_login.cpp(959,34): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_db.cpp(101,34): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input_db.cpp(164,16): warning C4242: '=': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_db.cpp(416,5): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\input_db.cpp(1529,45): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_db.cpp(1546,30): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_db.cpp(1835,22): warning C4805: '==': unsafe mix of type 'BYTE' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'item.cpp')
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(489,43): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(1204,41): warning C4244: 'argument': conversion from 'DWORD' to 'BYTE', possible loss of data
7>locale.cpp
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(1608,31): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(1647,31): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(1935,31): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(2094,52): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(2207,60): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(2207,40): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\input_main.cpp(2900,25): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_attribute.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_attribute.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_attribute.cpp')
7>locale_service.cpp
7>log.cpp
7>login_data.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'item_attribute.cpp')
7>lzo_manager.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'item_manager_idrange.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'item_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item.cpp')
7>main.cpp
7>map_location.cpp
7>D:\clarityline\Srcs\Server\game\src\item.cpp(49,32): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(214,15): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(260,61): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(264,49): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(274,50): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(690,45): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(705,45): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(726,44): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(769,41): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(787,69): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>D:\clarityline\Srcs\Server\game\src\item.cpp(787,30): warning C4244: 'argument': conversion from 'const DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(860,25): warning C4242: 'argument': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(1380,3): warning C4060: switch statement contains no 'case' or 'default' labels
7>D:\clarityline\Srcs\Server\game\src\item.cpp(1967,18): warning C4244: 'initializing': conversion from 'float' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item.cpp(1970,33): warning C4018: '>=': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\item_attribute.cpp(110,28): warning C4244: 'argument': conversion from 'long' to 'short', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_attribute.cpp(133,51): warning C4242: 'argument': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_attribute.cpp(406,16): warning C4244: '=': conversion from 'const DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_attribute.cpp(407,40): warning C4244: '=': conversion from 'const long' to 'short', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'item_manager_read_tables.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_manager.cpp')
7>MarkConvert.cpp
7>MarkImage.cpp
7>MarkManager.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'log.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'log.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'log.cpp')
7>marriage.cpp
7>D:\clarityline\Srcs\Server\game\src\item_manager.cpp(513,55): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_manager.cpp(604,21): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\item_manager.cpp(654,8): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\item_manager.cpp(672,8): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'log.cpp')
7>matrix_card.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_manager_read_tables.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_manager_read_tables.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'item_manager_read_tables.cpp')
7>messenger_manager.cpp
7>mining.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'main.cpp')
7>D:\clarityline\Srcs\Server\game\src\map_location.cpp(47,13): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>D:\clarityline\Srcs\Server\game\src\item_manager_read_tables.cpp(71,33): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_manager_read_tables.cpp(214,66): warning C4242: 'argument': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_manager_read_tables.cpp(461,15): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_manager_read_tables.cpp(673,21): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_manager_read_tables.cpp(722,17): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_manager_read_tables.cpp(772,21): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\item_manager_read_tables.cpp(869,20): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\log.cpp(293,19): warning C4805: '==': unsafe mix of type 'BOOL' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\log.cpp(325,15): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>mob_manager.cpp
7>monarch.cpp
7>motion.cpp
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(206,18): warning C4244: '=': conversion from '_Ty1' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(206,18): warning C4244:         with
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(206,18): warning C4244:         [
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(206,18): warning C4244:             _Ty1=const DWORD
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(206,18): warning C4244:         ]
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(207,18): warning C4244: '=': conversion from 'const _Ty2' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(207,18): warning C4244:         with
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(207,18): warning C4244:         [
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(207,18): warning C4244:             _Ty2=DWORD
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(207,18): warning C4244:         ]
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(389,46): error C2039: 'back_inserter': is not a member of 'std'
7>D:\vcpkg\installed\x86-windows-static\include\boost\smart_ptr\intrusive_ptr.hpp(394,11):
7>see declaration of 'std'
7>D:\clarityline\Srcs\Server\game\src\MarkManager.cpp(389,46): error C3861: 'back_inserter': identifier not found
7>over9refine.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'main.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'main.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'main.cpp')
7>OXEvent.cpp
7>p2p.cpp
7>D:\clarityline\Srcs\Server\game\src\matrix_card.cpp(79,7): warning C5033: 'register' is no longer a supported storage class
7>D:\clarityline\Srcs\Server\game\src\matrix_card.cpp(102,7): warning C5033: 'register' is no longer a supported storage class
7>packet_info.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'messenger_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'messenger_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'messenger_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'messenger_manager.cpp')
7>panama.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'marriage.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'mining.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'mining.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'mining.cpp')
7>D:\clarityline\Srcs\Server\game\src\mining.cpp(256,16): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\mining.cpp(273,16): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'messenger_manager.cpp')
7>party.cpp
7>D:\clarityline\Srcs\Server\game\src\marriage.cpp(49,18): warning C4242: '=': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\main.cpp(716,25): warning C4244: '=': conversion from 'long' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\messenger_manager.cpp(305,33): warning C4267: '=': conversion from 'size_t' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\messenger_manager.cpp(315,34): warning C4267: '=': conversion from 'size_t' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\messenger_manager.cpp(344,12): warning C4267: 'initializing': conversion from 'size_t' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\messenger_manager.cpp(368,12): warning C4267: 'initializing': conversion from 'size_t' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'monarch.cpp')
7>D:\clarityline\Srcs\Server\game\src\motion.cpp(26,19): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\motion.cpp(109,73): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'over9refine.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'over9refine.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'over9refine.cpp')
7>D:\clarityline\Srcs\Server\game\src\motion.cpp(510,74): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'p2p.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'packet_info.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'OXEvent.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'OXEvent.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'OXEvent.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'OXEvent.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'panama.cpp')
7>passpod.cpp
7>pcbang.cpp
7>PetSystem.cpp
7>D:\clarityline\Srcs\Server\game\src\monarch.cpp(182,36): warning C4244: 'return': conversion from 'int64_t' to 'int', possible loss of data
7>polymorph.cpp
7>priv_manager.cpp
7>pvp.cpp
7>questevent.cpp
7>questlua.cpp
7>D:\clarityline\Srcs\Server\game\src\OXEvent.cpp(39,11): warning C4242: 'initializing': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\OXEvent.cpp(243,59): warning C4267: '=': conversion from 'size_t' to 'unsigned char', possible loss of data
7>questlua_affect.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'p2p.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'p2p.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'p2p.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'party.cpp')
7>questlua_arena.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'pcbang.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'pcbang.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'pcbang.cpp')
7>questlua_ba.cpp
7>questlua_building.cpp
7>questlua_danceevent.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'PetSystem.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'pvp.cpp')
7>D:\clarityline\Srcs\Server\game\src\party.cpp(588,62): warning C4242: 'argument': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\party.cpp(1364,69): warning C4018: '>': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(195,16): warning C4244: 'argument': conversion from 'float' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(195,14): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(213,57): warning C4244: 'argument': conversion from 'float' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(213,49): warning C4244: 'argument': conversion from 'float' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'priv_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(254,14): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(261,68): warning C4244: 'argument': conversion from 'float' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(261,55): warning C4244: 'argument': conversion from 'float' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(277,10): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(330,16): warning C4244: 'initializing': conversion from 'long' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(331,16): warning C4244: 'initializing': conversion from 'long' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(333,14): warning C4244: 'initializing': conversion from 'long' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(334,14): warning C4244: 'initializing': conversion from 'long' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(336,55): warning C4244: 'argument': conversion from 'float' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(336,38): warning C4244: 'argument': conversion from 'float' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(340,37): warning C4244: 'argument': conversion from 'float' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\PetSystem.cpp(340,28): warning C4244: 'argument': conversion from 'float' to 'long', possible loss of data
7>questlua_dragonlair.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'pvp.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua.cpp')
7>questlua_dragonsoul.cpp
7>questlua_dungeon.cpp
7>questlua_forked.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_affect.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_affect.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_affect.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'priv_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'priv_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\questlua_affect.cpp(138,20): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'priv_manager.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'questlua.cpp')
7>questlua_game.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua.cpp')
7>questlua_global.cpp
7>questlua_guild.cpp
7>questlua_horse.cpp
7>D:\clarityline\Srcs\Server\game\src\questlua.cpp(301,17): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua.cpp(373,17): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>questlua_item.cpp
7>D:\clarityline\Srcs\Server\game\src\questlua_danceevent.cpp(17,46): warning C4805: '!=': unsafe mix of type 'BOOL' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_building.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_building.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_building.cpp')
7>questlua_marriage.cpp
7>questlua_mgmt.cpp
7>D:\clarityline\Srcs\Server\game\src\questlua_dragonlair.cpp(14,21): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
7>questlua_monarch.cpp
7>questlua_npc.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_dungeon.cpp')
7>questlua_oxevent.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_forked.cpp')
7>D:\clarityline\Srcs\Server\game\src\questlua_forked.cpp(105,50): warning C4244: 'argument': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_forked.cpp(131,82): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_forked.cpp(138,77): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_game.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_guild.cpp')
7>questlua_party.cpp
7>D:\clarityline\Srcs\Server\game\src\questlua_horse.cpp(75,18): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_horse.cpp(227,31): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_horse.cpp(241,45): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_global.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_global.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_global.cpp')
7>D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(632,10): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(633,10): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(634,10): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(635,10): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(837,18): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(1043,52): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(1055,51): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(1383,12): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'questlua_game.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_item.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_item.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_item.cpp')
7>D:\clarityline\Srcs\Server\game\src\questlua_item.cpp(45,43): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_item.cpp(228,16): warning C4244: 'argument': conversion from 'lua_Number' to 'short', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_item.cpp(227,16): warning C4244: 'argument': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_item.cpp(226,16): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_item.cpp(381,30): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_item.cpp(439,15): warning C4244: 'initializing': conversion from 'WORD' to 'BYTE', possible loss of data
7>questlua_pc.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_global.cpp')
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244: 'initializing': conversion from '_Ty' to '_Ty1', possible loss of data
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244:             _Ty=lua_Number
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244:         ]
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244:         and
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244:             _Ty1=DWORD
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16): warning C4244:         ]
7>(compiling source file 'questlua_dungeon.cpp')
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,16):
7>the template instantiation context (the oldest one first) is
7>    D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(1393,49):
7>    see reference to function template instantiation 'std::pair<DWORD,int>::pair<lua_Number,lua_Number,0>(_Other1 &&,_Other2 &&) noexcept' being compiled
7>        with
7>        [
7>            _Other1=lua_Number,
7>            _Other2=lua_Number
7>        ]
7>        D:\clarityline\Srcs\Server\game\src\questlua_dungeon.cpp(1393,25):
7>        see the first reference to 'std::pair<DWORD,int>::pair' in 'quest::dungeon_set_item_group'
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244: 'initializing': conversion from '_Ty' to '_Ty2', possible loss of data
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244:             _Ty=lua_Number
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244:         ]
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244:         and
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244:             _Ty2=int
7>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include\utility(250,54): warning C4244:         ]
7>(compiling source file 'questlua_dungeon.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'questlua_guild.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_mgmt.cpp')
7>questlua_pet.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_monarch.cpp')
7>questlua_quest.cpp
7>D:\clarityline\Srcs\Server\game\src\questlua_guild.cpp(393,36): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(372,15): warning C4805: '==': unsafe mix of type 'bool' and type 'int' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(419,16): warning C4244: 'initializing': conversion from 'lua_Number' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(995,39): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1028,75): warning C4244: 'argument': conversion from 'lua_Number' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1057,30): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1057,60): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1115,30): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1115,60): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1232,10): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1233,10): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1234,10): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1235,10): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1290,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1291,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1292,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1293,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1295,13): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1296,13): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1297,13): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_global.cpp(1298,13): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>questlua_speedserver.cpp
7>questlua_target.cpp
7>D:\clarityline\Srcs\Server\game\src\questlua_mgmt.cpp(28,36): warning C4244: 'argument': conversion from 'int64_t' to 'lua_Number', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_npc.cpp(296,63): warning C4244: 'argument': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_npc.cpp(314,63): warning C4244: 'argument': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_npc.cpp(317,26): warning C4244: 'argument': conversion from 'lua_Number' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_npc.cpp(327,63): warning C4244: 'argument': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_npc.cpp(345,63): warning C4244: 'argument': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_npc.cpp(348,26): warning C4244: 'argument': conversion from 'lua_Number' to 'float', possible loss of data
7>questmanager.cpp
7>questnpc.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'questlua_monarch.cpp')
7>questpc.cpp
7>refine.cpp
7>regen.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_party.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'questlua_party.cpp')
7>D:\clarityline\Srcs\Server\game\src\questlua_quest.cpp(196,13): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_party.cpp(63,38): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_party.cpp(346,16): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_party.cpp(347,17): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_party.cpp(348,20): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_party.cpp(349,16): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_party.cpp(350,18): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_party.cpp(351,16): warning C4244: 'initializing': conversion from 'lua_Number' to 'long', possible loss of data
7>safebox.cpp
7>D:\clarityline\Srcs\Server\game\src\questlua_pet.cpp(45,16): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_pet.cpp(73,16): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_pet.cpp(105,16): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_pet.cpp(125,17): warning C4244: 'initializing': conversion from 'lua_Number' to 'DWORD', possible loss of data
7>sectree.cpp
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(17,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(25,12): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(53,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(54,12): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(55,17): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(56,19): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(57,19): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(72,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(73,12): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(89,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(97,82): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(97,65): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(97,39): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(131,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(132,82): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(132,65): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(132,39): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(133,17): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(134,19): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(135,19): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(151,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(152,82): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(152,65): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(152,39): warning C4244: 'argument': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_speedserver.cpp(166,15): warning C4244: 'initializing': conversion from 'lua_Number' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questlua_pc.cpp')
7>sectree_manager.cpp
7>sequence.cpp
7>shop.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questmanager.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'questpc.cpp')
7>shopEx.cpp
7>shop_manager.cpp
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_pc.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_pc.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'questlua_pc.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'questmanager.cpp')
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(526,42): warning C4242: 'argument': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(857,17): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(1968,30): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(1968,60): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(1968,90): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(1968,120): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(2087,30): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(2156,30): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(2331,30): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(2331,60): warning C4805: '!=': unsafe mix of type 'int' and type 'bool' in operation
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(2596,34): warning C4244: 'initializing': conversion from 'lua_Number' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questlua_pc.cpp(2596,20): warning C4244: 'initializing': conversion from 'lua_Number' to 'const int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questnpc.cpp(60,11): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'safebox.cpp')
7>skill.cpp
7>D:\clarityline\Srcs\Server\game\src\questpc.cpp(241,33): warning C4242: '=': conversion from 'int' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\questmanager.cpp(967,44): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>skill_power.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'shop.cpp')
7>SpeedServer.cpp
7>start_position.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'sectree.cpp')
7>target.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'sectree_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'shopEx.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'shop_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\safebox.cpp(64,32): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\safebox.cpp(74,38): warning C4244: 'argument': conversion from 'DWORD' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\safebox.cpp(76,31): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\safebox.cpp(114,13): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\safebox.cpp(199,27): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\safebox.cpp(201,15): warning C4242: '=': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'shop.cpp')
7>text_file_loader.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'sectree_manager.cpp')
7>threeway_war.cpp
7>TrafficProfiler.cpp
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'shop_manager.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'shopEx.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shop.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shop.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shop.cpp')
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(255,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(259,13): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(263,13): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(737,14): warning C4805: '==': unsafe mix of type 'bool' and type 'int' in operation
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(782,15): warning C4805: '==': unsafe mix of type 'bool' and type 'int' in operation
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(944,12): warning C4244: '=': conversion from 'float' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(954,12): warning C4244: '=': conversion from 'float' to 'int', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(1142,44): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\sectree_manager.cpp(1307,1): warning C4005: 'max': macro redefinition
7>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22000.0\shared\minwindef.h(193,1):
7>see previous definition of 'max'
7>D:\clarityline\Srcs\Server\game\src\skill.cpp(85,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\skill.cpp(343,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\shop.cpp(162,33): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\shop.cpp(294,30): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>D:\clarityline\Srcs\Server\game\src\shop.cpp(345,59): warning C4244: 'argument': conversion from 'WORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\shop.cpp(402,71): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shopEx.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shopEx.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shopEx.cpp')
7>D:\clarityline\Srcs\Server\game\src\SpeedServer.cpp(162,3): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\SpeedServer.cpp(166,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\SpeedServer.cpp(170,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\SpeedServer.cpp(174,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\SpeedServer.cpp(178,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\SpeedServer.cpp(182,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\SpeedServer.cpp(186,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\game\src\SpeedServer.cpp(190,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shop_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shop_manager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'shop_manager.cpp')
7>trigger.cpp
7>utils.cpp
7>vector.cpp
7>version.cpp
7>D:\clarityline\Srcs\Server\game\src\shopEx.cpp(71,44): warning C4267: '=': conversion from 'size_t' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\shopEx.cpp(107,43): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\shopEx.cpp(159,14): warning C4018: '<': signed/unsigned mismatch
7>war_map.cpp
7>D:\clarityline\Srcs\Server\game\src\shopEx.cpp(195,31): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>D:\clarityline\Srcs\Server\game\src\shopEx.cpp(216,70): warning C4146: unary minus operator applied to unsigned type, result still unsigned
7>wedding.cpp
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(368,15): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(385,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(386,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(403,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(404,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(405,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(422,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(423,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(424,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(425,20): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(448,14): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(449,14): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(450,14): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(451,14): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(467,19): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(468,19): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(469,19): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(485,18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(486,18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(487,18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(488,18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(505,18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(506,18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(507,18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\text_file_loader.cpp(508,18): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>xmas_event.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'target.cpp')
7>XTrapManager.cpp
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'threeway_war.cpp')
7>D:\clarityline\Srcs\Server\game\src\shop_manager.cpp(300,26): warning C4244: '=': conversion from 'DWORD' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\shop_manager.cpp(473,20): warning C4018: '<': signed/unsigned mismatch
7>D:\clarityline\Srcs\Server\game\src\shop_manager.cpp(488,40): warning C4267: '=': conversion from 'size_t' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\target.cpp(24,17): warning C4242: '=': conversion from 'int' to 'BYTE', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\utils.cpp(174,39): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\utils.cpp(174,41): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\utils.cpp(175,21): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\utils.cpp(177,34): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'threeway_war.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'threeway_war.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'threeway_war.cpp')
7>D:\clarityline\Srcs\Server\game\src\threeway_war.cpp(520,38): warning C4267: '=': conversion from 'size_t' to 'WORD', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\vector.cpp(13,70): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\vector.cpp(51,43): warning C4244: 'argument': conversion from 'long' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\vector.cpp(51,34): warning C4244: 'argument': conversion from 'long' to 'float', possible loss of data
7>D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.h(228,21): warning C4018: '>=': signed/unsigned mismatch
7>(compiling source file 'shop_manager.cpp')
7>D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.h(228,21):
7>the template instantiation context (the oldest one first) is
7>    D:\clarityline\Srcs\Server\game\src\shop_manager.cpp(381,12):
7>    see reference to function template instantiation 'bool CGroupNode::GetValue<DWORD>(const std::string &,int,T &) const' being compiled
7>        with
7>        [
7>            T=DWORD
7>        ]
7>    D:\clarityline\Srcs\Server\game\src\group_text_parse_tree.h(175,23):
7>    see reference to function template instantiation 'bool CGroupNode::CGroupNodeRow::GetValue<T>(int,T &) const' being compiled
7>        with
7>        [
7>            T=DWORD
7>        ]
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'wedding.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'war_map.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'xmas_event.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'XTrapManager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'XTrapManager.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'XTrapManager.cpp')
7>D:\clarityline\Srcs\Server\game\src\packet.h(2284,38): warning C4244: '=': conversion from 'DWORD' to 'WORD', possible loss of data
7>(compiling source file 'XTrapManager.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'wedding.cpp')
7>D:\clarityline\Srcs\Server\common\stl.h(20,22): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
7>(compiling source file 'xmas_event.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(65,38): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'war_map.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(66,46): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'war_map.cpp')
7>D:\clarityline\Srcs\Server\libsql\AsyncSQL.h(70,37): warning C4244: '=': conversion from 'my_ulonglong' to 'uint32_t', possible loss of data
7>(compiling source file 'war_map.cpp')
7>D:\clarityline\Srcs\Server\game\src\war_map.cpp(564,32): warning C4242: 'argument': conversion from 'int' to 'BYTE', possible loss of data
7>Done building project "game.2008.vcxproj" -- FAILED.
========== Rebuild All: 6 succeeded, 1 failed, 0 skipped ==========
========== Rebuild completed at 18:27 and took 59,452 seconds ==========

 

This is the output, I'm still trying to figure out how to solve it. I'm sure it's something simple, but I haven't noticed what it is yet 😅

 

Can you send me the list of errors that comes out when you recompile?

Link to comment
Share on other sites

15 minutes ago, Psycho said:

 

Can you send me the list of errors that comes out when you recompile?

Sure, here you go

Severity    Code    Description    Project    Path    File    Line    Suppression State    Tool    Details
Error    C2589    '(': illegal token on right side of '::'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token '(' following 'expression'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected ';'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'jump_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected 'expression'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'expression_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected ';'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'expression_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2666    'CUBE_VALUE::operator ==': overloaded functions have similar conversions    game    D:\clarityline\Srcs\Server\game\src    D:\clarityline\Srcs\Server\game\src\cube.cpp    736        CL    
Error    C2039    'back_inserter': is not a member of 'std'    game    D:\clarityline\Srcs\Server\game\src    D:\clarityline\Srcs\Server\game\src\MarkManager.cpp    389        CL    
Error    C3861    'back_inserter': identifier not found    game    D:\clarityline\Srcs\Server\game\src    D:\clarityline\Srcs\Server\game\src\MarkManager.cpp    389        CL    

These are all errors

Link to comment
Share on other sites

  • Solution
19 minutes ago, Adytzu said:

Sure, here you go

Severity    Code    Description    Project    Path    File    Line    Suppression State    Tool    Details
Error    C2589    '(': illegal token on right side of '::'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token '(' following 'expression'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected ';'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'jump_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected 'expression'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'expression_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected ';'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'expression_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2666    'CUBE_VALUE::operator ==': overloaded functions have similar conversions    game    D:\clarityline\Srcs\Server\game\src    D:\clarityline\Srcs\Server\game\src\cube.cpp    736        CL    
Error    C2039    'back_inserter': is not a member of 'std'    game    D:\clarityline\Srcs\Server\game\src    D:\clarityline\Srcs\Server\game\src\MarkManager.cpp    389        CL    
Error    C3861    'back_inserter': identifier not found    game    D:\clarityline\Srcs\Server\game\src    D:\clarityline\Srcs\Server\game\src\MarkManager.cpp    389        CL    

These are all errors

then calculate that there are several errors, regarding this error

Error    C2039    'back_inserter': is not a member of 'std'    game    D:\clarityline\Srcs\Server\game\src    D:\clarityline\Srcs\Server\game\src\MarkManager.cpp    389        CL    
Error    C3861    'back_inserter': identifier not found    game    D:\clarityline\Srcs\Server\game\src    D:\clarityline\Srcs\Server\game\src\MarkManager.cpp    389        CL  

insert on MarkManager in the first line

#include <iterator>

then:

Error    C2589    '(': illegal token on right side of '::'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token '(' following 'expression'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected ';'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'jump_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected 'expression'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'expression_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected ';'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'expression_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL  

 

you have the vcpkg in debug static and it reads the boost library, even if it shouldn't, you should make several changes..

 

then:

 

Error    C2666    'CUBE_VALUE::operator ==': overloaded functions have similar conversions    game    D:\clarityline\Srcs\Server\game\src    D:\clarityline\Srcs\Server\game\src\cube.cpp    736        CL 

 

then I'll send you my cube, which I don't remember what I changed

Link to comment
Share on other sites

2 hours ago, Psycho said:

then calculate that there are several errors, regarding this error

Error    C2039    'back_inserter': is not a member of 'std'    game    D:\clarityline\Srcs\Server\game\src    D:\clarityline\Srcs\Server\game\src\MarkManager.cpp    389        CL    
Error    C3861    'back_inserter': identifier not found    game    D:\clarityline\Srcs\Server\game\src    D:\clarityline\Srcs\Server\game\src\MarkManager.cpp    389        CL  

insert on MarkManager in the first line

#include <iterator>

then:

Error    C2589    '(': illegal token on right side of '::'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token '(' following 'expression'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected ';'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'jump_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected 'expression'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'expression_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C2760    syntax error: ')' was unexpected here; expected ';'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL    
Error    C3878    syntax error: unexpected token ')' following 'expression_statement'    game    D:\vcpkg\installed\x86-windows-static\include\boost\pool    D:\vcpkg\installed\x86-windows-static\include\boost\pool\pool.hpp    363        CL  

 

you have the vcpkg in debug static and it reads the boost library, even if it shouldn't, you should make several changes..

 

then:

 

Error    C2666    'CUBE_VALUE::operator ==': overloaded functions have similar conversions    game    D:\clarityline\Srcs\Server\game\src    D:\clarityline\Srcs\Server\game\src\cube.cpp    736        CL 

 

then I'll send you my cube, which I don't remember what I changed

Thanks for the MarkManager solution, it worked. I'm the biggest idiot, I solved the errors related to pool.hpp, in stdafx.h I forgot to put #undef max, I only put #undef min. I still have the cube error, I compared my cube.cpp with 3 more but I didn't find any difference. I'll check what I changed, maybe I'll find the solution

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.