0ad/source/simulation2/tests
phosit 3a94cb0bfe Fix maybe-uninitialized warning in EntityMap test
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.
2025-01-16 21:12:28 +01:00
..
test_CmpTemplateManager.h Add CXeromycesEngine 2024-11-17 18:03:49 +01:00
test_ComponentManager.h Add CXeromycesEngine 2024-11-17 18:03:49 +01:00
test_EntityMap.h Fix maybe-uninitialized warning in EntityMap test 2025-01-16 21:12:28 +01:00
test_ParamNode.h Add CXeromycesEngine 2024-11-17 18:03:49 +01:00
test_Serializer.h Add CXeromycesEngine 2024-11-17 18:03:49 +01:00
test_SerializeTemplates.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
test_Simulation2.h Add CXeromycesEngine 2024-11-17 18:03:49 +01:00