1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-25 03:44:47 +01:00
Miguel Gaio f1faaa9c10 Fix convert from char on ARM build
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>
2018-10-13 12:56:05 +02:00
..
2018-03-09 10:37:56 +01:00
2018-09-28 15:52:51 +02:00