提交 35c700c0 编写于 作者: R Ralf Baechle

[MIPS] Non-FPAFF: Fix warning.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 bf74b964
......@@ -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) \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册