diff options
author | David Daney <ddaney@caviumnetworks.com> | 2011-01-24 14:51:36 -0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-03-14 21:07:26 +0100 |
commit | 91b51f30084911754aed004bd3792f71f7bf0843 (patch) | |
tree | f44e09bcf3d725f384062abdece7b913f267d19a /arch/arm/mach-mx3 | |
parent | 7a6e4ca1eea8dc364f60ac55884f450a132cd100 (diff) |
MIPS: Fix GCC-4.6 'set but not used' warning in ieee754int.h
GCC-4.6 can find more unused code than previous versions could.
In the case of arch/mips/math-emu/ieee754int.h, the COMPXSP and
COMPXDP macros are used in several places, but a couple of them leave
xs unused. The easiest thing to do is mark it as __maybe_unused to
quiet the warning.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2032/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/arm/mach-mx3')
0 files changed, 0 insertions, 0 deletions