mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +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: ;
|
||||
|
||||
const char *filename;
|
||||
const char *filename UNUSED;
|
||||
off_t fileofs;
|
||||
int fd;
|
||||
if (addr_last >= phdr->p_vaddr + phdr->p_filesz)
|
||||
|
|
Loading…
Reference in a new issue