fix: warning build ubuntu #8774
build-ubuntu.yml
on: pull_request
cancel-runs
4s
Matrix: job
Annotations
8 errors and 21 warnings
ubuntu-20.04-linux-debug
The run was canceled by @github-actions[bot].
|
ubuntu-20.04-linux-debug
The operation was canceled.
|
ubuntu-22.04-linux-debug
The run was canceled by @github-actions[bot].
|
ubuntu-22.04-linux-debug
The operation was canceled.
|
ubuntu-20.04-linux-release
The run was canceled by @github-actions[bot].
|
ubuntu-20.04-linux-release
The operation was canceled.
|
ubuntu-22.04-linux-release
The run was canceled by @github-actions[bot].
|
ubuntu-22.04-linux-release
The operation was canceled.
|
cancel-runs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cancel-runs
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ubuntu-20.04-linux-debug:
src/creatures/combat/combat.cpp#L985
enumeration value ‘WEAPON_NONE’ not handled in switch [-Wswitch]
|
ubuntu-20.04-linux-debug:
src/creatures/combat/combat.cpp#L985
enumeration value ‘WEAPON_SHIELD’ not handled in switch [-Wswitch]
|
ubuntu-20.04-linux-debug:
src/creatures/combat/combat.cpp#L985
enumeration value ‘WEAPON_DISTANCE’ not handled in switch [-Wswitch]
|
ubuntu-20.04-linux-debug:
src/creatures/combat/combat.cpp#L985
enumeration value ‘WEAPON_WAND’ not handled in switch [-Wswitch]
|
ubuntu-20.04-linux-debug:
src/creatures/combat/combat.cpp#L985
enumeration value ‘WEAPON_AMMO’ not handled in switch [-Wswitch]
|
ubuntu-20.04-linux-debug:
src/creatures/combat/combat.cpp#L985
enumeration value ‘WEAPON_MISSILE’ not handled in switch [-Wswitch]
|
ubuntu-20.04-linux-debug:
src/creatures/combat/combat.cpp#L2118
unused parameter ‘params’ [-Wunused-parameter]
|
ubuntu-20.04-linux-debug:
src/creatures/combat/condition.cpp#L60
unused parameter ‘param’ [-Wunused-parameter]
|
ubuntu-20.04-linux-debug:
src/creatures/combat/condition.cpp#L60
unused parameter ‘pos’ [-Wunused-parameter]
|
ubuntu-22.04-linux-debug:
src/creatures/combat/combat.cpp#L985
enumeration value ‘WEAPON_NONE’ not handled in switch [-Wswitch]
|
ubuntu-22.04-linux-debug:
src/creatures/combat/combat.cpp#L985
enumeration value ‘WEAPON_SHIELD’ not handled in switch [-Wswitch]
|
ubuntu-22.04-linux-debug:
src/creatures/combat/combat.cpp#L985
enumeration value ‘WEAPON_DISTANCE’ not handled in switch [-Wswitch]
|
ubuntu-22.04-linux-debug:
src/creatures/combat/combat.cpp#L985
enumeration value ‘WEAPON_WAND’ not handled in switch [-Wswitch]
|
ubuntu-22.04-linux-debug:
src/creatures/combat/combat.cpp#L985
enumeration value ‘WEAPON_AMMO’ not handled in switch [-Wswitch]
|
ubuntu-22.04-linux-debug:
src/creatures/combat/combat.cpp#L985
enumeration value ‘WEAPON_MISSILE’ not handled in switch [-Wswitch]
|
ubuntu-22.04-linux-debug:
src/creatures/combat/combat.cpp#L2118
unused parameter ‘params’ [-Wunused-parameter]
|
ubuntu-22.04-linux-debug:
src/creatures/combat/condition.cpp#L60
unused parameter ‘param’ [-Wunused-parameter]
|
ubuntu-22.04-linux-debug:
src/creatures/combat/condition.cpp#L60
unused parameter ‘pos’ [-Wunused-parameter]
|
ubuntu-22.04-linux-debug:
src/creatures/creature.cpp#L714
suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
|