https://github.com/philsquared/Catch
Revision f1faaa9c107113692301ad8bb56084460ef1a2ff authored by Miguel Gaio on 03 October 2018, 08:22:16 UTC, committed by Martin Hořeňovský on 13 October 2018, 10:56:05 UTC
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>
1 parent 9e1bdca
History
Tip revision: f1faaa9c107113692301ad8bb56084460ef1a2ff authored by Miguel Gaio on 03 October 2018, 08:22:16 UTC
Fix convert from char on ARM build
Tip revision: f1faaa9
File Mode Size
.github
CMake
artwork
contrib
docs
examples
include
misc
projects
scripts
single_include
test_package
third_party
.gitattributes -rw-r--r-- 613 bytes
.gitignore -rw-r--r-- 478 bytes
.travis.yml -rw-r--r-- 7.5 KB
CMakeLists.txt -rw-r--r-- 5.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE.txt -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 2.2 KB
appveyor.yml -rw-r--r-- 2.5 KB
codecov.yml -rw-r--r-- 400 bytes
conanfile.py -rw-r--r-- 1008 bytes

README.md

back to top