mirror of https://github.com/hak5/openwrt.git
12 lines
403 B
Diff
12 lines
403 B
Diff
--- a/fs/binfmt_elf.c
|
|
+++ b/fs/binfmt_elf.c
|
|
@@ -575,7 +575,7 @@ static int load_elf_binary(struct linux_
|
|
unsigned long elf_entry;
|
|
unsigned long interp_load_addr = 0;
|
|
unsigned long start_code, end_code, start_data, end_data;
|
|
- unsigned long reloc_func_desc = 0;
|
|
+ unsigned long reloc_func_desc __maybe_unused = 0;
|
|
int executable_stack = EXSTACK_DEFAULT;
|
|
unsigned long def_flags = 0;
|
|
struct {
|