-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate 'incompatible pointer type passed to GC_grow_table' gcc war…
…ning (fix of commit 642a4d1) * allchblk.c (GC_dump_regions): Change type of i local variable from unsigned to size_t. * alloc.c [GC_ASSERTIONS] (GC_add_to_heap): Likewise. * alloc.c [!NO_DEBUGGING] (GC_print_heap_sects): Likewise. * blacklst.c (total_stack_black_listed): Likewise. * checksums.c (GC_check_dirty): Likewise. * alloc.c (GC_add_to_heap): Remove casts to size_t. * extra/MacOS.c (perform_final_collection): Change type of last_fo_entries local variable from word to size_t. * include/private/gc_priv.h (GC_arrays._n_heap_sects, GC_arrays._fo_entries): Change type from word to size_t.
- Loading branch information
Showing
6 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters