ELFIO/elfio
Tobias Klauser af4140a122 elfio: don't cast away const qualifiers
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]
2016-09-22 23:22:39 +03:00
..
elf_types.hpp New e_machine numbers added 2016-07-10 12:36:52 +03:00
elfio_dump.hpp resolve compiler warning by "-Wsign-compare" 2016-09-18 10:44:16 +09:00
elfio_dynamic.hpp Refactoring 2016-04-23 17:58:34 +03:00
elfio_header.hpp Copyright year update 2015-02-13 20:51:07 +02:00
elfio_note.hpp elfio: don't cast away const qualifiers 2016-09-22 23:22:39 +03:00
elfio_relocation.hpp Refactoring 2016-04-23 17:58:34 +03:00
elfio_section.hpp Refactoring 2016-04-23 17:58:34 +03:00
elfio_segment.hpp Refactoring 2016-04-23 17:58:34 +03:00
elfio_strings.hpp Refactoring 2016-04-23 17:58:34 +03:00
elfio_symbols.hpp elfio: don't cast away const qualifiers 2016-09-22 23:22:39 +03:00
elfio_utils.hpp elfio: don't cast away const qualifiers 2016-09-22 23:22:39 +03:00
elfio.hpp Refactoring 2016-04-23 17:58:34 +03:00