Re: MIPS: Fix build error with modern GCC for non-Cavium.
From: Maciej W. Rozycki <hidden> Date: 2012-09-08 19:28:31
On Tue, 4 Sep 2012, linux-mips@linux-mips.org wrote:
An empty default block is not allowed so add a ; as empty statement to
make gcc happy.
A dummy "break" is the usual solution though. I don't think GCC ever
complains if it sees it unreachable after a "return" -- in a sense it is
just as unreachable as this null instruction is.
Maciej