mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 07:40:34 +08:00
Fix -Werror=implicit-fallthrough errors on GCC7
This commit is contained in:
committed by
Julian Oes
parent
ca480ff868
commit
06c6a0cdec
@@ -336,6 +336,7 @@ void FollowTarget::on_active()
|
||||
|
||||
_follow_target_state = WAIT_FOR_TARGET_POSITION;
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
|
||||
case WAIT_FOR_TARGET_POSITION: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user