Silence some compiler warnings.

This commit is contained in:
Markus F.X.J. Oberhumer
2020-01-08 04:49:27 +01:00
parent 95bf2e2e41
commit 92f072cf70
3 changed files with 8 additions and 8 deletions
-3
View File
@@ -33,9 +33,6 @@
#ifndef __UPX_P_LX_ELF_H //{
#define __UPX_P_LX_ELF_H 1
typedef upx_uint32_t u32_t; // easier to type; more narrow
typedef upx_uint64_t u64_t; // easier to type; more narrow
class PackLinuxElf : public PackUnix
{
typedef PackUnix super;