]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: elf2ecoff: Fix warning due to dead code.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 4 Feb 2015 12:04:03 +0000 (13:04 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 4 Feb 2015 13:42:27 +0000 (14:42 +0100)
commit0ac06a6042d0ee25a2907d75893ed1049ff658b4
tree8ee7ad98bbf358a8d3521bb43e00af1569f4926a
parent5aa1bb4036d9d2d9727df7c37584deadea340128
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>
arch/mips/boot/elf2ecoff.c