1
0
forked from mirrors/0ad
Files
0ad/source/maths
phosit 4be8e0bcfb Tell GCC the maximum value of m_BufLen
GCC thinks `m_Buf + m_BufLen` can be outside the bound of `m_Buf`.
That is because `m_BufLen + len < CHUNK_SIZE` can evaluate to `true`
even if `m_BufLen` is bigger than `CHUNK_SIZE` due to wrapping. Tell GCC
that it's not possible.
2025-01-13 20:05:43 +01:00
..
2024-12-10 11:29:48 +01:00
2025-01-13 20:05:43 +01:00
2024-11-12 15:01:42 -05:00
2024-11-12 15:01:42 -05:00