From 3ba4cd5919ddb7cadf7558599b4447376da6ddb8 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 7 Feb 2001 22:41:59 +0000 Subject: [PATCH] Avoid a compiler warning. committer: mfx 981585719 +0000 --- src/p_lx_elf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_lx_elf.cpp b/src/p_lx_elf.cpp index eed9c096..a4691e5f 100644 --- a/src/p_lx_elf.cpp +++ b/src/p_lx_elf.cpp @@ -159,7 +159,7 @@ void PackLinuxI386elf::packExtent( // compress ph.u_len = l; ph.overlap_overhead = 0; - unsigned end_u_adler; + unsigned end_u_adler = 0; if (ft) { // compressWithFilters() updates u_adler _inside_ compress(); // that is, AFTER filtering. We want BEFORE filtering,