forked from mirrors/0ad
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.