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:
parent
2c9f6b28f7
commit
3ba4cd5919
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user