Fix GCC 7 case fall through warnings
GCC 7 warns about `case` statements which are not separated by a `break` statement. This warning can be fixed by adding a comment.
Showing
GCC 7 warns about `case` statements which are not separated by a `break` statement. This warning can be fixed by adding a comment.