]> granicus.if.org Git - gc/commit
Resolve "comparison of signed and unsigned values" compiler warning.
authorIvan Maidanski <ivmai@mail.ru>
Wed, 14 Sep 2011 18:02:00 +0000 (22:02 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 14 Sep 2011 18:04:54 +0000 (22:04 +0400)
commit79274093784556f0b9163e2fe816e14db95d1793
tree7a82dbde6282206dd876c97c13604d5a5f77f685
parentd28e686dc33be36b3a510b797171731ae7bfe310
Resolve "comparison of signed and unsigned values" compiler warning.

* backgraph.c (per_object_helper): Cast "i" local variable to word
(instead of "sz") in a comparison.
backgraph.c