Eliminate 'signed/unsigned mismatch' compiler warning in gctest (MS VC)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 20 Apr 2017 08:26:11 +0000 (11:26 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 20 Apr 2017 08:26:11 +0000 (11:26 +0300)
commit2d5a7ed8d016563881f443357d17545c84811239
tree841c3a02c7af75fbc146764d34cc3335a6f3dafe
parent442bcbfaf2ab0db8bc2890d44f8829224038ecdd
Eliminate 'signed/unsigned mismatch' compiler warning in gctest (MS VC)
(fix commit 014d92d)

* tests/test.c (bm_huge): Add explicit casts of GC_signed_word values
to GC_word.
tests/test.c