From 8c62e9e130c4edabca0044ee9543339d959f0b4a Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 22 Feb 2005 12:59:21 +0000 Subject: * basic_blocks.c: Warning fixes. * gmon_io.c: Likewise. * hist.c: Likewise. * hist.h: Likewise. --- gprof/basic_blocks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gprof/basic_blocks.c') diff --git a/gprof/basic_blocks.c b/gprof/basic_blocks.c index 57e3c7a33ab..6fdee5af05d 100644 --- a/gprof/basic_blocks.c +++ b/gprof/basic_blocks.c @@ -2,7 +2,7 @@ of basic-block info to/from gmon.out; computing and formatting of basic-block related statistics. - Copyright 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -118,7 +118,7 @@ fskip_string (FILE *fp) void bb_read_rec (FILE *ifp, const char *filename) { - int nblocks, b; + unsigned int nblocks, b; bfd_vma addr, ncalls; Sym *sym; -- cgit v1.2.1