fit_nationset_to_players() garbage misfits[i] clang analyzer warning
Pushed to branches other than S3_0 (in soft freeze). Will be pushed there after 3.0.8 release.
Pushed to branches other than S3_0 (in soft freeze). Will be pushed there after 3.0.8 release.
Clang analyzer gives a warning about fit_nationset_to_players() (this is from S3_2):
Likely the warning is caused just by the fact that there's multiple nation_set_count() calls, and the compiler cannot know that they will always (well, at least they should) return the same value.