feat: features OTCR natively in canary #6458
analysis-reviewdog-cppcheck.yml
on: pull_request
cppcheck
35s
Annotations
6 warnings
cppcheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cppcheck:
src/creatures/players/player.cpp#L7209
[cppcheck] reported by reviewdog 🐶
Variable 'wing' is assigned a value that is never used.
Raw Output:
src/creatures/players/player.cpp:7209:Variable 'wing' is assigned a value that is never used.
|
cppcheck:
src/creatures/players/player.cpp#L7379
[cppcheck] reported by reviewdog 🐶
Variable 'aura' is assigned a value that is never used.
Raw Output:
src/creatures/players/player.cpp:7379:Variable 'aura' is assigned a value that is never used.
|
cppcheck:
src/creatures/players/player.cpp#L7550
[cppcheck] reported by reviewdog 🐶
Variable 'effect' is assigned a value that is never used.
Raw Output:
src/creatures/players/player.cpp:7550:Variable 'effect' is assigned a value that is never used.
|
cppcheck:
src/server/network/protocol/protocolgame.cpp#L9535
[cppcheck] reported by reviewdog 🐶
Variable 'limitAuras' is assigned a value that is never used.
Raw Output:
src/server/network/protocol/protocolgame.cpp:9535:Variable 'limitAuras' is assigned a value that is never used.
|
cppcheck:
src/server/network/protocol/protocolgame.cpp#L9552
[cppcheck] reported by reviewdog 🐶
Variable 'limitEffects' is assigned a value that is never used.
Raw Output:
src/server/network/protocol/protocolgame.cpp:9552:Variable 'limitEffects' is assigned a value that is never used.
|