mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-15 06:14:47 +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>