mirror of
https://github.com/QuasarApp/ELFIO.git
synced 2025-05-02 06:39:34 +00:00
446e0c215c
Fix the following MSVC compiler warning: elfio/elfio_note.hpp(77): warning C4267: 'initializing' : conversion from 'size_t' to 'ELFIO::Elf_Word', possible loss of data by changing the type of max_name_sizei to Elf_Xword, as note_secton->get_size() returns Elf_Xword and note_start_positions also contains members of type Elf_Xword.
ELFIO is a header-only C++ library intended for reading and generating files in the ELF binary format. It is used as a standalone library - it is not dependant on any other product or project. Adhering to ISO C++, it compiles on a wide variety of architectures and compilers.
Description
Languages
C++
69.2%
Makefile
17.2%
Shell
13.2%
M4
0.2%
Assembly
0.1%