fireemblem8u/tools
Sun Daowen 8f311c40e7 Fix compilation failure of textencode in tools under the latest MSYS2 environment (gcc 13.3.0).
Changed the parameters of is* functions (isdigit and isspace) in <ctype.h> from char to uint8_t. These functions require int parameters, and passing char can cause warnings in some compiler versions. Since -Werror is enabled, warnings are treated as errors (error: array subscript has type ‘char’ [-Werror=char-subscripts]), leading to compilation failure. Using uint8_t, which is automatically converted to int, prevents these warnings.
2024-05-27 23:32:23 +08:00
..
aif2pcm Convert direct sound samples to .aif format. 2022-01-04 04:29:18 +08:00
bin2c set up build system 2018-02-19 22:55:34 -06:00
gbagfx port fontgrp from fe6 & banim-ekrdk code review 2023-07-09 23:07:38 +08:00
jsonproc Dump chapter map setting data 2022-10-12 02:29:46 +08:00
mid2agb Disable velocity optimization and match song805. 2022-05-02 23:42:01 +08:00
scaninc fix scaninc building issue 2019-04-25 15:00:30 -04:00
textencode Fix compilation failure of textencode in tools under the latest MSYS2 environment (gcc 13.3.0). 2024-05-27 23:32:23 +08:00