Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[MIPS] Non-FPAFF: Fix warning.

parent bf74b964
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)					\