mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-26 12:24:32 +00:00
Fix warning
This commit is contained in:
parent
62a2e8e8c6
commit
1aff75d33f
@ -192,6 +192,6 @@ class LIEF_API x509 : public Object {
|
||||
}
|
||||
}
|
||||
|
||||
ENABLE_BITMASK_OPERATORS(LIEF::PE::x509::VERIFICATION_FLAGS);
|
||||
ENABLE_BITMASK_OPERATORS(LIEF::PE::x509::VERIFICATION_FLAGS)
|
||||
|
||||
#endif
|
||||
|
@ -29,6 +29,7 @@ Attribute::Attribute(SIG_ATTRIBUTE_TYPES type) :
|
||||
{}
|
||||
|
||||
Attribute::Attribute(const Attribute& other) :
|
||||
Object{other},
|
||||
type_{other.type_}
|
||||
{}
|
||||
|
||||
|
@ -270,6 +270,7 @@ std::string get_imphash(const Binary& binary, IMPHASH_MODE mode) {
|
||||
return get_imphash_std(binary);
|
||||
}
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
Import resolve_ordinals(const Import& import, bool strict, bool use_std) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user