Skip to content
GitHub Actions / cppcheck completed Nov 6, 2024 in 0s

reviewdog [cppcheck] report

reported by reviewdog 🐶

Findings (3)

src/creatures/players/components/player_stash.cpp|68| Variable 'itemId' is not assigned a value.
src/creatures/players/player.cpp|4405| Variable 'itemId' is not assigned a value.
src/io/functions/iologindata_load_player.cpp|682| Unused variable: slot

Filtered Findings (0)

Annotations

Check warning on line 68 in src/creatures/players/components/player_stash.cpp

See this annotation in the file changed.

@github-actions github-actions / cppcheck

[cppcheck] src/creatures/players/components/player_stash.cpp#L68

Variable 'itemId' is not assigned a value.
Raw output
src/creatures/players/components/player_stash.cpp:68:Variable 'itemId' is not assigned a value.

Check warning on line 4405 in src/creatures/players/player.cpp

See this annotation in the file changed.

@github-actions github-actions / cppcheck

[cppcheck] src/creatures/players/player.cpp#L4405

Variable 'itemId' is not assigned a value.
Raw output
src/creatures/players/player.cpp:4405:Variable 'itemId' is not assigned a value.

Check warning on line 682 in src/io/functions/iologindata_load_player.cpp

See this annotation in the file changed.

@github-actions github-actions / cppcheck

[cppcheck] src/io/functions/iologindata_load_player.cpp#L682

Unused variable: slot
Raw output
src/io/functions/iologindata_load_player.cpp:682:Unused variable: slot