From: Ben Pfaff Date: Sat, 22 May 2010 18:28:51 +0000 (-0700) Subject: dissect-sysfile: Eliminate harmless GCC warning. X-Git-Tag: sav-api~238 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6737458c0b6e99c76c6050a1f5b5ba388b1ee395;p=pspp dissect-sysfile: Eliminate harmless GCC warning. --- diff --git a/tests/dissect-sysfile.c b/tests/dissect-sysfile.c index 6aff26502e..8aadc31944 100644 --- a/tests/dissect-sysfile.c +++ b/tests/dissect-sysfile.c @@ -1080,6 +1080,7 @@ read_compressed_data (struct sfm_reader *r) printf ("\n%08llx: compressed data:\n", (long long int) ftello (r->file)); opcode_idx = N_OPCODES; + opcode_ofs = 0; case_num = 0; for (case_num = 0; ; case_num++) {