mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-25 03:44:47 +01: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>