Skip to content

Delete data/scripts/talkactions/god/set_icon.lua #5848

Delete data/scripts/talkactions/god/set_icon.lua

Delete data/scripts/talkactions/god/set_icon.lua #5848

GitHub Actions / cppcheck completed Dec 15, 2024 in 0s

reviewdog [cppcheck] report

reported by reviewdog 🐶

Findings (2)

src/creatures/players/wheel/player_wheel.cpp|1757| Unused variable: itemId
src/creatures/players/wheel/player_wheel.cpp|1875| Variable 'itemId' is not assigned a value.

Filtered Findings (0)

Annotations

Check warning on line 1757 in src/creatures/players/wheel/player_wheel.cpp

See this annotation in the file changed.

@github-actions github-actions / cppcheck

[cppcheck] src/creatures/players/wheel/player_wheel.cpp#L1757

Unused variable: itemId
Raw output
src/creatures/players/wheel/player_wheel.cpp:1757:Unused variable: itemId

Check warning on line 1875 in src/creatures/players/wheel/player_wheel.cpp

See this annotation in the file changed.

@github-actions github-actions / cppcheck

[cppcheck] src/creatures/players/wheel/player_wheel.cpp#L1875

Variable 'itemId' is not assigned a value.
Raw output
src/creatures/players/wheel/player_wheel.cpp:1875:Variable 'itemId' is not assigned a value.