Avoid some compiler warnings.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-09-20 10:54:27 +02:00
parent dc56c4e530
commit e4723e0bad
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -88,9 +88,9 @@ Linker* PackArmPe::newLinker() const
// import handling
**************************************************************************/
void PackArmPe::processImports(unsigned myimport, unsigned iat_off) // pass 2
void PackArmPe::processImports2(unsigned myimport, unsigned iat_off) // pass 2
{
PeFile::processImports(myimport, iat_off);
PeFile::processImports2(myimport, iat_off);
__packed_struct(import_desc)
LE32 oft; // orig first thunk