]> granicus.if.org Git - gc/commit
Resolve some minor warnings reported by GCC with '-pedantic' option
authorIvan Maidanski <ivmai@mail.ru>
Fri, 30 Sep 2011 13:32:47 +0000 (17:32 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 30 Sep 2011 13:32:47 +0000 (17:32 +0400)
commitaa335f7778a1c834bca57d36fa823a2a8999c51f
tree41b9bc0ddf62201d93453011c567080f6c36acf1
parent8220ca8c2c44b1e8fcb8c2682ba338c6f4e34d2f
Resolve some minor warnings reported by GCC with '-pedantic' option

* allchblk.c (GC_print_hblkfreelist, GC_dump_regions, GC_freehblk):
Explicitly cast a pointer argument of GC_printf to void* to match %p
format specifier.
* reclaim.c (GC_print_free_list): Likewise.
allchblk.c
reclaim.c