From 0aaafe734924677ec21c8bf7b80efff3717226ca Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Sat, 12 Apr 2003 03:51:23 +0000 Subject: * profile.c (read_counts_file): Initialise 'checksum'. From-SVN: r65502 --- gcc/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/profile.c') diff --git a/gcc/profile.c b/gcc/profile.c index 07f7a72..5cbdd00 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -274,7 +274,7 @@ static void read_counts_file (const char *name) { char *function_name_buffer = NULL; - unsigned version, ix, checksum; + unsigned version, ix, checksum = -1; counts_entry_t *summaried = NULL; unsigned seen_summary = 0; -- cgit v1.1