Merge pull request #245 from scchan/centos_fixes

various fixes for centos/rhel
This commit is contained in:
Ben Sander
2017-11-01 18:10:29 +01:00
committed by GitHub
melakukan 86f62accfd
2 mengubah file dengan 4 tambahan dan 2 penghapusan
+1 -1
Melihat File
@@ -217,7 +217,7 @@ namespace
using namespace ELFIO;
using namespace std;
static constexpr pair<Elf64_Addr, Elf_Xword> r{0, 0};
static const pair<Elf64_Addr, Elf_Xword> r{0, 0};
for (auto i = 0u; i != section.get_symbols_num(); ++i) {
// TODO: this is boyscout code, caching the temporaries