1
0
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:
László Molnár 2011-03-25 12:02:22 +01:00
parent c1d6bf4366
commit aec8f81358

View File

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