From: David Daney Date: Mon, 24 Jan 2011 22:51:36 +0000 (-0800) Subject: MIPS: Fix GCC-4.6 'set but not used' warning in ieee754int.h X-Git-Tag: v2.6.38~2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91b51f30084911754aed004bd3792f71f7bf0843;p=pandora-kernel.git 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 To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2032/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed