improve: migrate Thing and derivatives to shared_ptr #788
Annotations
3 warnings
src/creatures/npcs/npc.cpp#L661
[cppcheck] reported by reviewdog 🐶
Unused variable: _
Raw Output:
src/creatures/npcs/npc.cpp:661:Unused variable: _
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading