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
706 stars 152 forks source link

Fix sign-compare error #106

Closed XutaxKamay closed 2 years ago

XutaxKamay commented 2 years ago

I just noticed that on my compiler; probably due to recent version, not sure.

serge1 commented 2 years ago

Accepted. Thank you!