mirror of
https://github.com/upx/upx
synced 2025-10-05 19:20:23 +08:00
Revert some changes from previous commit to pacify clang
-Winconsistent-missing-override warnings.
This commit is contained in:
parent
f6ff5a2805
commit
d33a34f016
|
@ -56,8 +56,8 @@ public:
|
|||
unsigned s1addr);
|
||||
virtual void addNewRelocations(Reloc &, unsigned upxsection);
|
||||
virtual unsigned getProcessImportParam(unsigned upxsection);
|
||||
virtual void setOhDataBase(const pe_section_t *osection) override;
|
||||
virtual void setOhHeaderSize(const pe_section_t *osection) override;
|
||||
virtual void setOhDataBase(const pe_section_t *osection);
|
||||
virtual void setOhHeaderSize(const pe_section_t *osection);
|
||||
virtual void pack(OutputFile *fo);
|
||||
|
||||
virtual bool canPack();
|
||||
|
|
|
@ -52,8 +52,8 @@ public:
|
|||
unsigned sizeof_oh, unsigned isize_isplit,
|
||||
unsigned s1addr);
|
||||
virtual void addNewRelocations(Reloc &, unsigned upxsection);
|
||||
virtual void setOhDataBase(const pe_section_t *osection) override;
|
||||
virtual void setOhHeaderSize(const pe_section_t *osection) override;
|
||||
virtual void setOhDataBase(const pe_section_t *osection);
|
||||
virtual void setOhHeaderSize(const pe_section_t *osection);
|
||||
virtual void pack(OutputFile *fo);
|
||||
|
||||
virtual bool canPack();
|
||||
|
|
|
@ -50,8 +50,8 @@ public:
|
|||
virtual void defineSymbols(unsigned ncsection, unsigned upxsection,
|
||||
unsigned sizeof_oh, unsigned isize_isplit,
|
||||
unsigned s1addr);
|
||||
virtual void setOhDataBase(const pe_section_t *) override {}
|
||||
virtual void setOhHeaderSize(const pe_section_t *) override {}
|
||||
virtual void setOhDataBase(const pe_section_t *) {}
|
||||
virtual void setOhHeaderSize(const pe_section_t *) {}
|
||||
virtual void pack(OutputFile *fo);
|
||||
|
||||
virtual bool canPack();
|
||||
|
|
Loading…
Reference in New Issue
Block a user