commit | 2d76e9633b572ae5a64150b638eed77f4afc12db | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Feb 04 13:04:03 2015 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Feb 04 14:42:27 2015 +0100 |
tree | 8ee7ad98bbf358a8d3521bb43e00af1569f4926a | |
parent | 7b09777c187dcbe3e0f4f53890eb2f6953801d88 [diff] |
MIPS: elf2ecoff: Fix warning due to dead code. HOSTCC arch/mips/boot/elf2ecoff arch/mips/boot/elf2ecoff.c: In function ‘main’: arch/mips/boot/elf2ecoff.c:271:8: warning: variable ‘shstrtab’ set but not used [-Wunused-but-set-variable] char *shstrtab; Signed-off-by: Ralf Baechle <ralf@linux-mips.org>