check_city_migrations_player() clang analyzer warning about city_owner(NULL)
Clang analyzer thinks that 'nname = nation_adjective_for_player(city_owner(best_city_world));' in check_city_migrations_player() might get called with NULL 'best_city_world'.
Clang analyzer thinks that 'nname = nation_adjective_for_player(city_owner(best_city_world));' in check_city_migrations_player() might get called with NULL 'best_city_world'.