The compiler flag -Wswitch is enabled. However, it can not fire when a default: case exists. Fix that by removing the default case where a switch is already handling all cases exhaustively.
Also, enable -Wcovered-switch-default to catch those cases at compile time in the future.
Also, apply the comment according to the dev notes.
Can be reviewed via --ignore-all-space