Advertisement
Guest User

Untitled

a guest
Jan 31st, 2022
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 34.55 KB | None | 0 0
  1. Severity    Code    Description Project File    Line    Suppression State
  2. Warning C26812  The enum type 'ZoneType_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\tile.h    221
  3. Warning C26812  The enum type 'formulaType_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\combat.h  41 
  4. Warning C26451  Arithmetic overflow: Using operator '*' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '*' to avoid overflow (io.2). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\combat.h  91 
  5. Warning C26451  Arithmetic overflow: Using operator '*' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '*' to avoid overflow (io.2). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\combat.h  93 
  6. Warning C26451  Arithmetic overflow: Using operator '+' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '+' to avoid overflow (io.2). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\combat.h  93 
  7. Warning C26451  Arithmetic overflow: Using operator '*' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '*' to avoid overflow (io.2). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\combat.h  94 
  8. Warning C26451  Arithmetic overflow: Using operator '+' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '+' to avoid overflow (io.2). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\combat.h  94 
  9. Warning C26812  The enum type 'ConditionId_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\condition.h   76 
  10. Warning C26812  The enum type 'ConditionType_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\condition.h   76 
  11. Warning C26812  The enum type 'RaceType_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\creature.h    153
  12. Warning C26812  The enum type 'Skulls_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\creature.h    156
  13. Warning C26812  The enum type 'Direction' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\creature.h    163
  14. Warning C26812  The enum type 'SpeakClasses' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\creature.h    405
  15. Warning C26812  The enum type 'CreatureEventType_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\creatureevent.h   54 
  16. Warning C26812  The enum type 'ReturnValue' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\cylinder.h    214
  17. Warning C26812  The enum type 'cylinderlink_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\cylinder.h    232
  18. Warning C26812  The enum type 'DBTransaction::TransactionStates_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\database.h    209
  19. Warning C26439  This kind of function may not throw. Declare it 'noexcept' (f.6).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\enums.h   550
  20. Warning C26812  The enum type 'MarketAction_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\enums.h   552
  21. Warning C26812  The enum type 'CombatOrigin' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\enums.h   622
  22. Warning C26812  The enum type 'BlockType_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\enums.h   623
  23. Warning C26451  Arithmetic overflow: Using operator '+' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '+' to avoid overflow (io.2). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\fileloader.h  105
  24. Warning C26812  The enum type 'WorldType_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\game.h    106
  25. Warning C26812  The enum type 'GlobalEvent_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\globalevent.h 89 
  26. Warning C26812  The enum type 'ItemDecayState_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\item.h    211
  27. Warning C26812  The enum type 'itemAttrTypes' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\item.h    343
  28. Warning C26439  This kind of function may not throw. Declare it 'noexcept' (f.6).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\item.h    379
  29. Warning C26439  This kind of function may not throw. Declare it 'noexcept' (f.6).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\item.h    394
  30. Warning C26812  The enum type 'WeaponType_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\item.h    829
  31. Warning C26812  The enum type 'Ammo_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\item.h    832
  32. Warning C26812  The enum type 'TradeEvents_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\item.h    995
  33. Warning C26812  The enum type 'CombatType_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\items.h   214
  34. Warning C26812  The enum type 'itemgroup_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\items.h   236
  35. Warning C26812  The enum type 'ItemTypes_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\items.h   249
  36. Warning C26451  Arithmetic overflow: Using operator '+' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '+' to avoid overflow (io.2). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\items.h   466
  37. Warning C26812  The enum type 'ErrorCode_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 251
  38. Warning C26812  The enum type 'LuaDataType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 905
  39. Warning C6262   Function uses '26792' bytes of stack:  exceeds /analyze:stacksize '16384'.  Consider moving some data to heap.  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 1001   
  40. Warning C26812  The enum type 'ConfigManager::string_config_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 3944   
  41. Warning C26812  The enum type 'ConfigManager::integer_config_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 3950   
  42. Warning C26812  The enum type 'ConfigManager::boolean_config_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 3956   
  43. Warning C26812  The enum type 'GameState_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 4364   
  44. Warning C26812  The enum type 'ReloadTypes_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 4648   
  45. Warning C26812  The enum type 'MagicEffectClasses' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 4855   
  46. Warning C26812  The enum type 'ShootType_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 4878   
  47. Warning C26812  The enum type 'ITEMPROPERTY' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 5432   
  48. Warning C26812  The enum type 'tileflags_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 5464   
  49. Warning C26812  The enum type 'TextColor_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 9492   
  50. Warning C26812  The enum type 'TargetSearchType_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 10635  
  51. Warning C26812  The enum type 'FluidTypes_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 12028  
  52. Warning C26812  The enum type 'CombatParam_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 12538  
  53. Warning C26812  The enum type 'CallBackParam_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 12662  
  54. Warning C26812  The enum type 'ConditionParam_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 12908  
  55. Warning C26812  The enum type 'MonstersEvent_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 13784  
  56. Warning C26812  The enum type 'MoveEvent_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 16099  
  57. Warning C26812  The enum type 'LuaVariantType_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.h   84 
  58. Warning C26495  Variable 'summonBlock_t::chance' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\monsters.h    65 
  59. Warning C26495  Variable 'summonBlock_t::max' is uninitialized. Always initialize a member variable (type.6).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\monsters.h    65 
  60. Warning C26495  Variable 'summonBlock_t::speed' is uninitialized. Always initialize a member variable (type.6). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\monsters.h    65 
  61. Warning C26439  This kind of function may not throw. Declare it 'noexcept' (f.6).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\monsters.h    73 
  62. Warning C26495  Variable 'voiceBlock_t::yellText' is uninitialized. Always initialize a member variable (type.6).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\monsters.h    98 
  63. Warning C26495  Variable 'MonsterType::MonsterInfo::scriptInterface' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\monsters.h    164
  64. Warning C26812  The enum type 'WieldInfo_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\movement.h    211
  65. Warning C26495  Variable 'NetworkMessage::buffer' is uninitialized. Always initialize a member variable (type.6).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\networkmessage.h  46 
  66. Warning C26812  The enum type 'PlayerSex_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\outfit.h  61 
  67. Warning C26812  The enum type 'CreatureType_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\player.h  151
  68. Warning C26812  The enum type 'OperatingSystem_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\player.h  283
  69. Warning C26812  The enum type 'PlayerFlags' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\player.h  321
  70. Warning C26812  The enum type 'AccountType_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\player.h  403
  71. Warning C26812  The enum type 'slots_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\player.h  507
  72. Warning C26812  The enum type 'skills_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\player.h  514
  73. Warning C26812  The enum type 'SpecialSkills_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\player.h  518
  74. Warning C26812  The enum type 'tradestate_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\player.h  546
  75. Warning C26812  The enum type 'fightMode_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\player.h  601
  76. Warning C26812  The enum type 'ChannelEvent_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\player.h  764
  77. Warning C26812  The enum type 'SquareColor_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\player.h  797
  78. Warning C26812  The enum type 'SpellGroup_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\player.h  864
  79. Warning C26495  Variable 'Protocol::key' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\protocol.h    29 
  80. Warning C26495  Variable 'TextMessage::<unnamed-type-primary>::color' is uninitialized. Always initialize a member variable (type.6).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\protocolgame.h    50 
  81. Warning C26495  Variable 'TextMessage::channelId' is uninitialized. Always initialize a member variable (type.6).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\protocolgame.h    53 
  82. Warning C26812  The enum type 'MessageClasses' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\protocolgame.h    53 
  83. Warning C26812  The enum type 'RaidState_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\raids.h   152
  84. Warning C26495  Variable 'RaidEvent::delay' is uninitialized. Always initialize a member variable (type.6). theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\raids.h   172
  85. Warning C26812  The enum type 'SpellType_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\spells.h  293
  86. Warning C26495  Variable 'Weapon::weaponType' is uninitialized. Always initialize a member variable (type.6).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\weapons.h 72 
  87. Warning C26812  The enum type 'WeaponAction_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\weapons.h 196
  88. Warning C26812  The enum type 'boost::asio::detail::conditionally_enabled_mutex::scoped_lock::adopt_lock_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\conditionally_enabled_mutex.hpp    43 
  89. Warning C26495  Variable 'boost::asio::detail::deadline_timer_service<boost::asio::detail::chrono_time_traits<std::chrono::steady_clock,boost::asio::wait_traits<std::chrono::steady_clock> > >::implementation_type::might_have_pending_waits' is uninitialized. Always initialize a member variable (type.6). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\deadline_timer_service.hpp 66 
  90. Warning C26812  The enum type 'boost::asio::execution_context::fork_event' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\service_registry.ipp  59 
  91. Warning C6255   _alloca indicates failure by raising a stack overflow exception.  Consider using _malloca instead.  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\socket_ops.ipp    2485   
  92. Warning C6255   _alloca indicates failure by raising a stack overflow exception.  Consider using _malloca instead.  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\socket_ops.ipp    2696   
  93. Warning C6387   'this->events_[0]' could be '0':  this does not adhere to the specification for the function 'CloseHandle'.     theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_event.ipp 57 
  94. Warning C6387   'Temp_value_#3766' could be '0':  this does not adhere to the specification for the function 'GetProcAddress'.  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_iocp_handle_service.ipp   241
  95. Warning C6387   'waitable_timer_.handle' could be '0':  this does not adhere to the specification for the function 'SetWaitableTimer'.  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_iocp_io_context.ipp   565
  96. Warning C6387   'Temp_value_#3047' could be '0':  this does not adhere to the specification for the function 'GetProcAddress'.  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_iocp_socket_service_base.ipp  249
  97. Warning C26812  The enum type 'boost::asio::detail::select_reactor::op_types' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_iocp_socket_service_base.ipp  484
  98. Warning C6031   Return value ignored: 'UnregisterWaitEx'.   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_object_handle_service.ipp 106
  99. Warning C6031   Return value ignored: 'UnregisterWaitEx'.   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_object_handle_service.ipp 158
  100. Warning C6031   Return value ignored: 'UnregisterWaitEx'.   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_object_handle_service.ipp 201
  101. Warning C6031   Return value ignored: 'UnregisterWaitEx'.   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_object_handle_service.ipp 253
  102. Warning C6031   Return value ignored: 'UnregisterWaitEx'.   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_object_handle_service.ipp 305
  103. Warning C6031   Return value ignored: 'UnregisterWaitEx'.   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_object_handle_service.ipp 405
  104. Warning C6258   Using TerminateThread does not allow proper thread clean up.    theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_thread.ipp    50 
  105. Warning C6001   Using uninitialized memory 'arg'.   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_thread.ipp    91 
  106. Warning C6001   Using uninitialized memory 'entry_event'.   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_thread.ipp    105
  107. Warning C6001   Using uninitialized memory '*entry_event'.  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\impl\win_thread.ipp    107
  108. Warning C26812  The enum type 'boost::asio::detail::reactor_op::status' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\reactor_op.hpp 47 
  109. Warning C26495  Variable 'boost::asio::detail::scheduler_thread_info::private_outstanding_work' is uninitialized. Always initialize a member variable (type.6). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\scheduler_thread_info.hpp  34 
  110. Warning C26812  The enum type 'boost::asio::detail::std_fenced_block::half_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\std_fenced_block.hpp   39 
  111. Warning C26812  The enum type 'boost::asio::detail::std_fenced_block::full_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\std_fenced_block.hpp   44 
  112. Warning C26495  Variable 'boost::asio::detail::strand_executor_service::strand_impl::locked_' is uninitialized. Always initialize a member variable (type.6).   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\strand_executor_service.hpp    78 
  113. Warning C26495  Variable 'boost::asio::detail::strand_executor_service::strand_impl::mutex_' is uninitialized. Always initialize a member variable (type.6).    theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\strand_executor_service.hpp    78 
  114. Warning C26495  Variable 'boost::asio::detail::strand_executor_service::strand_impl::next_' is uninitialized. Always initialize a member variable (type.6). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\strand_executor_service.hpp    78 
  115. Warning C26495  Variable 'boost::asio::detail::strand_executor_service::strand_impl::prev_' is uninitialized. Always initialize a member variable (type.6). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\strand_executor_service.hpp    78 
  116. Warning C26495  Variable 'boost::asio::detail::strand_executor_service::strand_impl::service_' is uninitialized. Always initialize a member variable (type.6).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\strand_executor_service.hpp    78 
  117. Warning C26495  Variable 'boost::asio::detail::strand_executor_service::strand_impl::shutdown_' is uninitialized. Always initialize a member variable (type.6). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\strand_executor_service.hpp    78 
  118. Warning C26495  Variable 'boost::asio::detail::win_iocp_socket_service_base::base_implementation_type::next_' is uninitialized. Always initialize a member variable (type.6).   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\win_iocp_socket_service_base.hpp   87 
  119. Warning C26495  Variable 'boost::asio::detail::win_iocp_socket_service_base::base_implementation_type::prev_' is uninitialized. Always initialize a member variable (type.6).   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\win_iocp_socket_service_base.hpp   87 
  120. Warning C26495  Variable 'boost::asio::detail::win_iocp_socket_service_base::base_implementation_type::socket_' is uninitialized. Always initialize a member variable (type.6). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\win_iocp_socket_service_base.hpp   87 
  121. Warning C26495  Variable 'boost::asio::detail::win_iocp_socket_service_base::base_implementation_type::state_' is uninitialized. Always initialize a member variable (type.6).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\win_iocp_socket_service_base.hpp   87 
  122. Warning C26812  The enum type 'boost::asio::socket_base::wait_type' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\win_iocp_socket_service_base.hpp   190
  123. Warning C26495  Variable 'boost::asio::detail::win_thread::func_base::entry_event_' is uninitialized. Always initialize a member variable (type.6). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\win_thread.hpp 102
  124. Warning C26495  Variable 'boost::asio::detail::win_thread::func_base::exit_event_' is uninitialized. Always initialize a member variable (type.6).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\detail\win_thread.hpp 102
  125. Warning C26812  The enum type 'boost::asio::error::basic_errors' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\error.hpp 305
  126. Warning C26812  The enum type 'boost::asio::error::netdb_errors' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\error.hpp 311
  127. Warning C26812  The enum type 'boost::asio::error::addrinfo_errors' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\error.hpp 317
  128. Warning C26812  The enum type 'boost::asio::error::misc_errors' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\error.hpp 323
  129. Warning C26495  Variable 'boost::asio::execution::detail::any_executor_base::object_' is uninitialized. Always initialize a member variable (type.6).   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\execution\any_executor.hpp    522
  130. Warning C26495  Variable 'boost::asio::execution::detail::any_executor_base::target_' is uninitialized. Always initialize a member variable (type.6).   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\execution\any_executor.hpp    522
  131. Warning C26812  The enum type 'boost::asio::serial_port_base::flow_control::type' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\impl\serial_port_base.hpp 37 
  132. Warning C26812  The enum type 'boost::asio::serial_port_base::parity::type' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\impl\serial_port_base.hpp 42 
  133. Warning C26812  The enum type 'boost::asio::serial_port_base::stop_bits::type' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\impl\serial_port_base.hpp 48 
  134. Warning C26812  The enum type 'boost::asio::ip::address::<unnamed-type-type_>' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\ip\address.hpp    92 
  135. Warning C26812  The enum type 'boost::asio::ip::v4_mapped_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\ip\impl\address_v6.ipp    322
  136. Warning C26819  Unannotated fallthrough between switch labels (es.78).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\ip\impl\network_v4.ipp    72 
  137. Warning C26819  Unannotated fallthrough between switch labels (es.78).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\ip\impl\network_v4.ipp    74 
  138. Warning C26819  Unannotated fallthrough between switch labels (es.78).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\ip\impl\network_v4.ipp    76 
  139. Warning C26819  Unannotated fallthrough between switch labels (es.78).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\ip\impl\network_v4.ipp    78 
  140. Warning C26819  Unannotated fallthrough between switch labels (es.78).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\ip\impl\network_v4.ipp    80 
  141. Warning C26819  Unannotated fallthrough between switch labels (es.78).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\ip\impl\network_v4.ipp    82 
  142. Warning C26819  Unannotated fallthrough between switch labels (es.78).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\ip\impl\network_v4.ipp    84 
  143. Warning C26812  The enum type 'boost::asio::ip::resolver_base::flags' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\asio\ip\resolver_base.hpp  76 
  144. Warning C26812  The enum type 'boost::CV::violation_enum' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\date_time\constrained_value.hpp    116
  145. Warning C26812  The enum type 'boost::date_time::special_values' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\date_time\gregorian\greg_duration.hpp  39 
  146. Warning C26812  The enum type 'boost::date_time::months_of_year' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\date_time\gregorian\greg_month.hpp 56 
  147. Warning C26812  The enum type 'boost::date_time::weekdays' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\date_time\gregorian\greg_weekday.hpp   49 
  148. Warning C26498  The function 'boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl,5,1000000,6,__int64>::res_adjust' is constexpr, mark variable 'adjust' constexpr if compile-time evaluation is desired (con.5).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\date_time\microsec_time_clock.hpp  120
  149. Warning C26451  Arithmetic overflow: Using operator '*' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '*' to avoid overflow (io.2). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\date_time\microsec_time_clock.hpp  125
  150. Warning C26812  The enum type 'boost::date_time::dst_flags' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\date_time\time.hpp 61 
  151. Warning C26498  The function 'boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl,5,1000000,6,__int64>::res_adjust' is constexpr, mark variable 'fractional_sec_per_sec' constexpr if compile-time evaluation is desired (con.5).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\date_time\time_system_counted.hpp  97 
  152. Warning C26812  The enum type 'boost::iostreams::mapped_file_base::mapmode' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\iostreams\device\mapped_file.hpp   88 
  153. Warning C26495  Variable 'boost::detail::lexical_istream_limited_src<char,std::char_traits<char>,0,2>::buffer' is uninitialized. Always initialize a member variable (type.6).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\lexical_cast\detail\converter_lexical_streams.hpp  162
  154. Warning C26451  Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\lexical_cast\detail\lcast_unsigned_converters.hpp  191
  155. Warning C26451  Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\lexical_cast\detail\lcast_unsigned_converters.hpp  262
  156. Warning C26812  The enum type 'boost::numeric::range_check_result' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).   theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\numeric\conversion\converter_policies.hpp  160
  157. Warning C26812  The enum type 'boost::detail::local_counted_base::count_type' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).    theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\smart_ptr\detail\local_counted_base.hpp    45 
  158. Warning C26451  Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\system\detail\system_category_message_win32.hpp    190
  159. Warning C26451  Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\system\detail\system_category_message_win32.hpp    190
  160. Warning C26451  Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2). theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\system\detail\system_category_message_win32.hpp    195
  161. Warning C26812  The enum type 'boost::system::errc::errc_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\boost\system\errc.hpp    33 
  162. Warning C6285   (<non-zero constant> || <non-zero constant>) is always a non-zero constant.  Did you intend to use the bitwise-and operator?    theforgottenserver  R:\vcpkg\installed\x64-windows\include\fmt\core.h   424
  163. Warning C26812  The enum type 'fmt::v8::detail::char8_type' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).  theforgottenserver  R:\vcpkg\installed\x64-windows\include\fmt\format.h 547
  164. Message lnt-arithmetic-overflow A sub-expression may overflow before being assigned to a wider type.    theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 3734   
  165. Message lnt-accidental-copy 'auto' doesn't deduce references. A possibly unintended copy is being made. theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 4338   
  166. Message lnt-accidental-copy 'auto' doesn't deduce references. A possibly unintended copy is being made. theforgottenserver  C:\Users\3mormaro\Desktop\forgottenserver-1.4\src\luascript.cpp 4353   
  167.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement