serge1 / ELFIO

ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
http://serge1.github.io/ELFIO
MIT License
720 stars 155 forks source link

Avoid warning about initialization reorder (-Wreorder) on GCC #33

Closed glebx-f closed 5 years ago

glebx-f commented 5 years ago

This warning is enabled by, e.g., -Wall. Compiled on GCC 7.3

serge1 commented 5 years ago

Accepted! Thank you very much!