Commit 35c700c0 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Non-FPAFF: Fix warning.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment