Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: forge history #3124

Merged
merged 3 commits into from
Nov 19, 2024

Merge branch 'main' into phacUFPE/fix_forge_history

706f316
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: forge history #3124

Merge branch 'main' into phacUFPE/fix_forge_history
706f316
Select commit
Loading
Failed to load commit list.
GitHub Actions / cppcheck completed Nov 19, 2024 in 1s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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.