mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
fixed a warning (sf.net bug 3241423)
This commit is contained in:
parent
c1d6bf4366
commit
aec8f81358
|
@ -498,7 +498,7 @@ void ElfLinker::relocate()
|
|||
for (unsigned ic = 0; ic < nrelocations; ic++)
|
||||
{
|
||||
const Relocation *rel = relocations[ic];
|
||||
unsigned value;
|
||||
unsigned value = 0;
|
||||
|
||||
if (rel->section->output == NULL)
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue
Block a user