Fix a VS warning

This commit is contained in:
Serge Lamikhov-Center 2020-08-23 11:22:34 +03:00
parent 44876693bf
commit c92b6f3fb5

View File

@ -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