I have a complicated switch statement, and I forgot to put a break at the end of one of the cases. This is quite legal, and as a resu
switch
break
case
There's a discussion about such a feature (-Wswitch-break) at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7652. But it doesn't seem to be implemented yet