mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-25 07:58:59 -06:00
This converts uses of 'char' as an array subscript to 'unsigned char' to heed the warning from gcc. The subscript must be an unsigned type to avoid indexing before the beginning of the array. This change avoids a potential crash if input text contains a byte value beyond 0x7f.
11 KiB
11 KiB