mirror of
https://github.com/serge1/ELFIO.git
synced 2025-03-27 02:37:40 +00:00
Fix a VS warning
This commit is contained in:
parent
44876693bf
commit
c92b6f3fb5
@ -40,7 +40,7 @@ template <class S> class modinfo_section_accessor_template
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
Elf_Word get_attribute_num() const { return content.size(); }
|
||||
Elf_Word get_attribute_num() const { return (Elf_Word)content.size(); }
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user