1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-20 20:05:18 +02:00

Silence a compiler error.

This commit is contained in:
Arun Sharma 2012-09-08 21:41:52 -07:00
parent c2f7574187
commit 58db35eceb

View file

@ -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)