Fix -Werror=implicit-fallthrough errors on GCC7

This commit is contained in:
Julien Lecoeur
2017-05-30 16:02:01 +02:00
committed by Julian Oes
parent ca480ff868
commit 06c6a0cdec
4 changed files with 7 additions and 6 deletions
+1
View File
@@ -336,6 +336,7 @@ void FollowTarget::on_active()
_follow_target_state = WAIT_FOR_TARGET_POSITION;
}
/* FALLTHROUGH */
case WAIT_FOR_TARGET_POSITION: {