Skip to content

improve: migrate Thing and derivatives to shared_ptr #788

improve: migrate Thing and derivatives to shared_ptr

improve: migrate Thing and derivatives to shared_ptr #788

Triggered via pull request September 20, 2023 23:54
Status Success
Total duration 51s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
cppcheck: src/creatures/npcs/npc.cpp#L661
[cppcheck] reported by reviewdog 🐶 Unused variable: _ Raw Output: src/creatures/npcs/npc.cpp:661:Unused variable: _
cppcheck: src/creatures/players/wheel/player_wheel.cpp#L1806
[cppcheck] reported by reviewdog 🐶 The scope of the variable 'damageBonus' can be reduced. Raw Output: src/creatures/players/wheel/player_wheel.cpp:1806:The scope of the variable 'damageBonus' can be reduced.
cppcheck: src/server/network/protocol/protocolgame.cpp#L7063
[cppcheck] reported by reviewdog 🐶 Variable 'masterPlayer' is assigned a value that is never used. Raw Output: src/server/network/protocol/protocolgame.cpp:7063:Variable 'masterPlayer' is assigned a value that is never used.