feat: multiworld system #10183
Annotations
3 errors and 10 warnings
tests/unit/account/account_test.cpp#L602
could not convert ‘{{"Canary", 1}, {"Canary2", 2}}’ from ‘<brace-enclosed initializer list>’ to ‘phmap::flat_hash_map<std::__cxx11::basic_string<char>, Character>’
|
tests/unit/account/account_test.cpp#L616
could not convert ‘{{"Canary", 1}, {"Canary2", 2}}’ from ‘<brace-enclosed initializer list>’ to ‘phmap::flat_hash_map<std::__cxx11::basic_string<char>, Character>’
|
|
src/creatures/monsters/spawns/spawn_monster.hpp#L84
‘SpawnMonster::spawnMonsterMap’ will be initialized after [-Wreorder]
|
src/creatures/monsters/spawns/spawn_monster.hpp#L81
‘std::map<unsigned int, std::shared_ptr<Monster> > SpawnMonster::spawnedMonsterMap’ [-Wreorder]
|
src/creatures/monsters/spawns/spawn_monster.hpp#L40
when initialized here [-Wreorder]
|
src/creatures/monsters/spawns/spawn_monster.hpp#L90
‘SpawnMonster::checkSpawnMonsterEvent’ will be initialized after [-Wreorder]
|
src/creatures/monsters/spawns/spawn_monster.hpp#L86
‘Position SpawnMonster::centerPos’ [-Wreorder]
|
src/creatures/monsters/spawns/spawn_monster.hpp#L40
when initialized here [-Wreorder]
|
src/creatures/monsters/spawns/spawn_monster.hpp#L84
‘SpawnMonster::spawnMonsterMap’ will be initialized after [-Wreorder]
|
src/creatures/monsters/spawns/spawn_monster.hpp#L81
‘std::map<unsigned int, std::shared_ptr<Monster> > SpawnMonster::spawnedMonsterMap’ [-Wreorder]
|
src/creatures/monsters/spawns/spawn_monster.hpp#L40
when initialized here [-Wreorder]
|
src/creatures/monsters/spawns/spawn_monster.hpp#L90
‘SpawnMonster::checkSpawnMonsterEvent’ will be initialized after [-Wreorder]
|
This job failed
Loading