]> granicus.if.org Git - gc/commit
Eliminate 'possible loss of data' MS VC warning in disclaim_and_reclaim
authorIvan Maidanski <ivmai@mail.ru>
Fri, 21 Apr 2017 21:28:35 +0000 (00:28 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 23 May 2017 22:27:20 +0000 (01:27 +0300)
commit19dea35b902f66403ef0636f0a21c2051ddc0990
treefaad2f044a3f8b13ac89cc7c529ed54e23da9d1a
parent1060ec9d0af27ef987347a5f0d2676bd1e1d244a
Eliminate 'possible loss of data' MS VC warning in disclaim_and_reclaim

* reclaim.c [ENABLE_DISCLAIM] (GC_disclaim_and_reclaim): Change type
of bit_no local variable from int to word (matching that in other
GC_reclaim_* functions).
reclaim.c