1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Avoid a compiler warning.

committer: mfx <mfx> 981585719 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2001-02-07 22:41:59 +00:00
parent 2c9f6b28f7
commit 3ba4cd5919

View File

@ -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,