Files
Jan Engelhardt dee5467748 Resolve 160 instances of -Wchar-subscript
`char` is unsigned on some platforms, which breaks the assumption it
can hold value -1. The simple fix is to replace it by int8_t, which
gives compatibility with x86 platforms where Descent3 usually was
delivered on.

Descent3/attach.cpp:668:47: warning: array subscript has type "char" [-Wchar-subscripts]
2025-06-07 01:58:55 +02:00
..
2024-08-20 23:08:10 +03:00
2024-06-02 03:41:50 +03:00
2024-06-29 18:21:37 +02:00