pacify c++-analyzer

modified:   p_lx_elf.cpp
This commit is contained in:
John Reiser 2016-10-19 15:19:33 -07:00
parent 2557de6c4e
commit c2c970ee33

View File

@ -2956,8 +2956,8 @@ void PackLinuxElf32::ARM_defineSymbols(Filter const * /*ft*/)
}
}
unsigned lo_va_stub = get_te32(&elfout.phdr[0].p_vaddr);
unsigned adrc;
unsigned adrm;
unsigned adrc = 0; // init: pacify c++-analyzer
unsigned adrm = 0; // init: pacify c++-analyzer
is_big = true; // kernel disallows mapping below 0x8000.
if (is_big) {