[MIPS] Non-FPAFF: Fix warning.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 10 Jul 2007 07:59:17 +0000 (08:59 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 10 Jul 2007 16:33:05 +0000 (17:33 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/system.h

index be64fc55562ae2928d98275ff9c9634ac74959a1..46bdb3f566f92b209062628b1b7dc854c587092e 100644 (file)
@@ -56,7 +56,7 @@ do {                                                                  \
 } while(0)
 
 #else
-#define __mips_mt_fpaff_switch_to(prev) do { (prev); } while (0)
+#define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0)
 #endif
 
 #define switch_to(prev,next,last)                                      \