mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 18:49:07 +00:00
3a94cb0bfe
Reading `second` on the end of the range is undefined behavior. Invoking `test.find` in the test never evaluates to the past the end iterator. GCC doesn't know that and issues a "maybe-uninitialized" warning.