* dyn_load.c (GC_dyld_image_add, GC_dyld_image_remove): Declare i, j
local variables as unsigned (to prevent compiler warning in
a comparison involving sizeof)
intptr_t slide)
{
unsigned long start, end;
- int i, j;
+ unsigned i, j;
const struct GC_MACH_SECTION *sec;
const char *name;
GC_has_static_roots_func callback = GC_has_static_roots;
intptr_t slide)
{
unsigned long start, end;
- int i, j;
+ unsigned i, j;
const struct GC_MACH_SECTION *sec;
char secnam[16];
const char *fmt;