mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06:00
The commit "Support more special characters in file(STRINGS)" added code using a 'char' literal as an array index. Some compilers warn about this because char might be a signed type, leading to negative indices. We replace the literal with an integer to avoid the warning.
70 KiB
70 KiB