mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-16 18:21:41 +01:00
Silence a compiler error.
This commit is contained in:
parent
c2f7574187
commit
58db35eceb
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ _UCD_access_mem(unw_addr_space_t as, unw_word_t addr, unw_word_t *val,
|
||||||
|
|
||||||
found: ;
|
found: ;
|
||||||
|
|
||||||
const char *filename;
|
const char *filename UNUSED;
|
||||||
off_t fileofs;
|
off_t fileofs;
|
||||||
int fd;
|
int fd;
|
||||||
if (addr_last >= phdr->p_vaddr + phdr->p_filesz)
|
if (addr_last >= phdr->p_vaddr + phdr->p_filesz)
|
||||||
|
|
Loading…
Add table
Reference in a new issue