I got some confusing errors from gcc-13 development version, until I realized that it was considering a case where rally_point.length is a negative one. It never is, and the type should reflect that. It's currently 'int'. Should be 'size_t', I think.
I got some confusing errors from gcc-13 development version, until I realized that it was considering a case where rally_point.length is a negative one. It never is, and the type should reflect that. It's currently 'int'. Should be 'size_t', I think.