0ad/source
Ralph Sennhauser 66738c12a1
Suppress false positive in cppcheck
```
source/simulation2/components/CCmpRangeManager.cpp:1953:18: error: Out of bounds access in 'm_LosRevealAll[MAX_LOS_PLAYER_ID+1]', if 'm_LosRevealAll' size is 16 and 'MAX_LOS_PLAYER_ID+1' is 17 [containerOutOfBounds]
   m_LosRevealAll[MAX_LOS_PLAYER_ID+1] = enabled;
                 ^
source/simulation2/components/CCmpRangeManager.cpp:1967:21: error: Out of bounds access in 'm_LosRevealAll[MAX_LOS_PLAYER_ID+1]', if 'm_LosRevealAll' size is 16 and 'MAX_LOS_PLAYER_ID+1' is 17 [containerOutOfBounds]
  if (m_LosRevealAll[MAX_LOS_PLAYER_ID+1] || player == -1)
                    ^
```

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
2025-11-11 21:35:01 +01:00
..
collada Fix some includes all over the place 2025-08-14 20:15:30 +02:00
dapinterface Remove ScriptTypes and ScriptExtraHeaders headers 2025-09-14 13:17:18 +02:00
graphics Replace boost::filesystem std::filyestem 2025-10-29 09:56:32 +01:00
gui Remove ScriptEvent with only one parameter 2025-11-05 14:39:44 +01:00
i18n Reduces boost usage for strings 2025-10-16 09:17:05 +02:00
lib Remove generic cache 2025-10-31 17:03:34 +01:00
lobby Add an engine "compatible" version 2025-10-26 09:16:46 +01:00
maths Reduces string allocations in GUI and maths. 2025-10-11 19:44:22 +02:00
mocks Fix some includes all over the place 2025-08-13 19:38:21 +02:00
network Fix -Wtautological-overlap-compare in stun test 2025-11-10 11:41:52 +01:00
pch Remove ScriptTypes and ScriptExtraHeaders headers 2025-09-14 13:17:18 +02:00
ps Pass debugOptions on construction of CSimulation2 2025-11-01 17:31:54 +01:00
renderer Replaces choosedDeviceIt by chosenDeviceIt 2025-11-11 01:51:16 +01:00
rlinterface Fix some includes all over the place 2025-08-13 19:38:21 +02:00
scriptinterface Reduces string allocations in paths. 2025-10-05 01:31:27 +02:00
simulation2 Fix EntityMap::iterator 2025-11-11 21:35:01 +01:00
soundmanager SoundManager: reintroduce manual memory management 2025-10-13 20:42:32 +02:00
third_party Replace boost::filesystem std::filyestem 2025-10-29 09:56:32 +01:00
tools Suppress false positive in cppcheck 2025-11-11 21:35:01 +01:00
CxxTestRunner.tpl Use return instead of exit in testrunner 2025-10-15 18:17:24 +02:00
main.cpp Add an engine "compatible" version 2025-10-26 09:16:46 +01:00
test_setup.cpp Fix some includes in atlas 2025-08-21 14:18:38 +02:00