fix: forge history #3124
fix: forge history #3124
reviewdog [cppcheck] report
reported by reviewdog 🐶
Findings (4)
src/server/network/protocol/protocolgame.cpp|5751| The scope of the variable 'pageFirstEntry' can be reduced.
src/server/network/protocol/protocolgame.cpp|5752| The scope of the variable 'pageLastEntry' can be reduced.
src/server/network/protocol/protocolgame.cpp|5751| Variable 'pageFirstEntry' is assigned a value that is never used.
src/server/network/protocol/protocolgame.cpp|5752| Variable 'pageLastEntry' is assigned a value that is never used.
Filtered Findings (0)
Annotations
Check warning on line 5751 in src/server/network/protocol/protocolgame.cpp
github-actions / cppcheck
[cppcheck] src/server/network/protocol/protocolgame.cpp#L5751
The scope of the variable 'pageFirstEntry' can be reduced.
Raw output
src/server/network/protocol/protocolgame.cpp:5751:The scope of the variable 'pageFirstEntry' can be reduced.
Check warning on line 5752 in src/server/network/protocol/protocolgame.cpp
github-actions / cppcheck
[cppcheck] src/server/network/protocol/protocolgame.cpp#L5752
The scope of the variable 'pageLastEntry' can be reduced.
Raw output
src/server/network/protocol/protocolgame.cpp:5752:The scope of the variable 'pageLastEntry' can be reduced.
Check warning on line 5751 in src/server/network/protocol/protocolgame.cpp
github-actions / cppcheck
[cppcheck] src/server/network/protocol/protocolgame.cpp#L5751
Variable 'pageFirstEntry' is assigned a value that is never used.
Raw output
src/server/network/protocol/protocolgame.cpp:5751:Variable 'pageFirstEntry' is assigned a value that is never used.
Check warning on line 5752 in src/server/network/protocol/protocolgame.cpp
github-actions / cppcheck
[cppcheck] src/server/network/protocol/protocolgame.cpp#L5752
Variable 'pageLastEntry' is assigned a value that is never used.
Raw output
src/server/network/protocol/protocolgame.cpp:5752:Variable 'pageLastEntry' is assigned a value that is never used.