mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
binfmt: Fix warning: unused variable ‘exidx’
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: I55d3355813b8b24727e2a7f78fcd72622a1e6758
This commit is contained in:
committed by
Brennan Ashton
parent
5efa93ec26
commit
2b7528feae
@@ -248,7 +248,7 @@ static inline int elf_loadfile(FAR struct elf_loadinfo_s *loadinfo)
|
||||
int elf_load(FAR struct elf_loadinfo_s *loadinfo)
|
||||
{
|
||||
size_t heapsize;
|
||||
#ifdef CONFIG_CXX_EXCEPTION
|
||||
#ifdef CONFIG_ELF_EXIDX_SECTNAME
|
||||
int exidx;
|
||||
#endif
|
||||
int ret;
|
||||
|
||||
Reference in New Issue
Block a user