mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-29 09:16:47 +00:00
af4140a122
Don't cast away const qualifiers when accessing const data (e.g. section data). This fixes the warnings such as the following when compiling with GCC and the -Wcast-qual flag set: warning: cast from type ‘const char*’ to type ‘ELFIO::Elf_Word* {aka unsigned int*}’ casts away qualifiers [-Wcast-qual] |
||
---|---|---|
.. | ||
elf_types.hpp | ||
elfio_dump.hpp | ||
elfio_dynamic.hpp | ||
elfio_header.hpp | ||
elfio_note.hpp | ||
elfio_relocation.hpp | ||
elfio_section.hpp | ||
elfio_segment.hpp | ||
elfio_strings.hpp | ||
elfio_symbols.hpp | ||
elfio_utils.hpp | ||
elfio.hpp |