Commit af7d7eaa authored by Don Gagne's avatar Don Gagne

Make compiler happy

parent 5b11ef19
......@@ -507,5 +507,8 @@ QString MissionManager::_ackTypeToString(AckType_t ackType)
return QString("MISSION_ITEM");
case AckMissionRequest: ///< MISSION_REQUEST is expected, or MISSION_ACK to end sequence
return QString("MISSION_REQUEST");
}
default:
qWarning(MissionManagerLog) << "Fell off end of switch statement";
return QString("Internal Error");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment