Commit 0e466703 authored by Helge Deller's avatar Helge Deller

parisc: module: Mark symindex __maybe_unused

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 9872fb13
...@@ -845,7 +845,7 @@ int module_finalize(const Elf_Ehdr *hdr, ...@@ -845,7 +845,7 @@ int module_finalize(const Elf_Ehdr *hdr,
const char *strtab = NULL; const char *strtab = NULL;
const Elf_Shdr *s; const Elf_Shdr *s;
char *secstrings; char *secstrings;
int symindex = -1; int symindex __maybe_unused = -1;
Elf_Sym *newptr, *oldptr; Elf_Sym *newptr, *oldptr;
Elf_Shdr *symhdr = NULL; Elf_Shdr *symhdr = NULL;
#ifdef DEBUG #ifdef DEBUG
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment