Avoid a compiler warning.
committer: mfx <mfx> 981585719 +0000
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ void PackLinuxI386elf::packExtent(
|
|||||||
// compress
|
// compress
|
||||||
ph.u_len = l;
|
ph.u_len = l;
|
||||||
ph.overlap_overhead = 0;
|
ph.overlap_overhead = 0;
|
||||||
unsigned end_u_adler;
|
unsigned end_u_adler = 0;
|
||||||
if (ft) {
|
if (ft) {
|
||||||
// compressWithFilters() updates u_adler _inside_ compress();
|
// compressWithFilters() updates u_adler _inside_ compress();
|
||||||
// that is, AFTER filtering. We want BEFORE filtering,
|
// that is, AFTER filtering. We want BEFORE filtering,
|
||||||
|
|||||||
Reference in New Issue
Block a user