]> granicus.if.org Git - gc/commit
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>
Wed, 24 May 2017 22:04:31 +0000 (01:04 +0300)
commit56e5492e91c3a42a25f63c9d8daf36627d2babd7
tree70c598f603c24f93f6a433260e358ac63f7048f3
parent4b23f677aa167f7b96379ee0224a37604c4bcf88
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