Skip to content

improve: review of everything using set #2121

improve: review of everything using set

improve: review of everything using set #2121

Triggered via pull request November 2, 2023 22:50
Status Failure
Total duration 14m 10s
Artifacts

build-windows-cmake.yml

on: pull_request
cancel-runs
2s
cancel-runs
Matrix: job
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
windows-2022-windows-release: src/creatures/players/player.cpp#L495
'void ProtocolGame::refreshCyclopediaMonsterTracker(const std::vector<std::shared_ptr<MonsterType>,std::allocator<std::shared_ptr<MonsterType>>> &,bool)': cannot convert argument 1 from 'stdext::vector_set<std::shared_ptr<MonsterType>>' to 'const std::vector<std::shared_ptr<MonsterType>,std::allocator<std::shared_ptr<MonsterType>>> &'
windows-2022-windows-release: src/creatures/players/player.cpp#L504
'void ProtocolGame::refreshCyclopediaMonsterTracker(const std::vector<std::shared_ptr<MonsterType>,std::allocator<std::shared_ptr<MonsterType>>> &,bool)': cannot convert argument 1 from 'stdext::vector_set<std::shared_ptr<MonsterType>>' to 'const std::vector<std::shared_ptr<MonsterType>,std::allocator<std::shared_ptr<MonsterType>>> &'
windows-2022-windows-release: src/creatures/players/player.cpp#L517
'void ProtocolGame::refreshCyclopediaMonsterTracker(const std::vector<std::shared_ptr<MonsterType>,std::allocator<std::shared_ptr<MonsterType>>> &,bool)': cannot convert argument 1 from 'stdext::vector_set<std::shared_ptr<MonsterType>>' to 'const std::vector<std::shared_ptr<MonsterType>,std::allocator<std::shared_ptr<MonsterType>>> &'
windows-2022-windows-release: src/creatures/players/player.cpp#L526
'void ProtocolGame::refreshCyclopediaMonsterTracker(const std::vector<std::shared_ptr<MonsterType>,std::allocator<std::shared_ptr<MonsterType>>> &,bool)': cannot convert argument 1 from 'stdext::vector_set<std::shared_ptr<MonsterType>>' to 'const std::vector<std::shared_ptr<MonsterType>,std::allocator<std::shared_ptr<MonsterType>>> &'
windows-2022-windows-release: src/creatures/players/player.cpp#L530
'bool Player::isBossOnBosstiaryTracker(const std::shared_ptr<MonsterType>) const': overloaded member function not found in 'Player'
windows-2022-windows-release: src/creatures/players/player.cpp#L2928
'void Player::notifyStatusChange(std::shared_ptr<Player>,VipStatus_t,bool)': overloaded member function not found in 'Player'
windows-2022-windows-release: src/creatures/players/player.cpp#L2929
illegal reference to non-static member 'Player::client'
windows-2022-windows-release: src/creatures/players/player.cpp#L2934
'it': cannot be used before it is initialized
windows-2022-windows-release: src/creatures/players/player.cpp#L2992
'bool Player::editVIP(uint32_t,const std::string &,uint32_t,bool)': overloaded member function not found in 'Player'
windows-2022-windows-release: src/creatures/players/player.cpp#L2994
'it': cannot be used before it is initialized
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/