Torbjörn Andersson 65585f6433 Silenced some harmless cppcheck warnings about unreachable code after a return.
In this case, it was always a break after a return in a switch case. There are
similar cases which cppcheck didn't detect, and a couple of cases where we have
a break after a continue in a switch case (where the continue refers to an
outer loop), but I didn't touch those. Not yet, at least.

svn-id: r48218
2010-03-10 06:39:23 +00:00
..
2010-02-03 03:25:50 +00:00
2010-01-25 01:39:44 +00:00
2010-01-25 01:39:44 +00:00
2010-02-13 21:59:45 +00:00
2010-02-03 00:51:09 +00:00
2010-02-03 22:20:33 +00:00
2010-01-25 01:39:44 +00:00
2010-01-25 01:39:44 +00:00
2010-02-03 03:25:50 +00:00