mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-07 05:55:39 +02:00

Some platforms set the signedness of char to unsigned (eg. ARM). Convert from char should not assume the signedness of char. Fix build issue with -Werror,-Wtautological-unsigned-zero-compare flags. Signed-off-by: Miguel Gaio <mgaio35@gmail.com>