• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Compiling errors compiling

darkmu

Well-Known Member
Joined
Aug 26, 2007
Messages
278
Solutions
1
Reaction score
50
Location
Paraná,Brazil
1>..\src\protocolspectator.cpp(376): warning C4100: 'broadcast': unreferenced formal parameter

1>..\src\depotchest.cpp(33): warning C4100: 'actor': unreferenced formal parameter
1>..\src\depotchest.cpp(32): warning C4100: 'index': unreferenced formal parameter

1>..\src\game.cpp(4391): warning C4456: declaration of 'targetPos' hides previous local declaration
1> ..\src\game.cpp(4310): note: see declaration of 'targetPos'

1>..\src\movement.cpp(837): warning C4100: 'fromPos': unreferenced formal parameter

1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\atomic(659): error C2338: You've instantiated std::atomic<T> with sizeof(T) equal to 2/4/8 and alignof(T) < sizeof(T). Before VS 2015 Update 2, this would have misbehaved at runtime. VS 2015 Update 2 was fixed to handle this correctly, but the fix inherently changes layout and breaks binary compatibility. Please define _ENABLE_ATOMIC_ALIGNMENT_FIX to acknowledge that you understand this, and that everything you're linking has been compiled with VS 2015 Update 2 (or later). (compiling source file ..\src\outputmessage.cpp)
1> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\atomic(669): note: see reference to class template instantiation 'std::_Atomic_base<_Ty,4>' being compiled
1> with
1> [
1> _Ty=boost::lockfree::detail::tagged_index
1> ] (compiling source file ..\src\outputmessage.cpp)
1> C:\local\boost_1_61_0\boost/lockfree/detail/freelist.hpp(608): note: see reference to class template instantiation 'std::atomic<boost::lockfree::detail::tagged_index>' being compiled (compiling source file ..\src\outputmessage.cpp)
1> C:\local\boost_1_61_0\boost/lockfree/detail/freelist.hpp(609): note: see reference to class template instantiation 'boost::lockfree::detail::fixed_size_freelist<T,NodeStorage>' being compiled (compiling source file ..\src\outputmessage.cpp)

1>..\src\protocolgame.cpp(1435): warning C4100: 'depotId': unreferenced formal parameter

1>..\src\protocollogin.cpp(47): warning C4100: 'version': unreferenced formal parameter

========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== :( :(
 

Similar threads

Back
Top