Commit b65b4d56 authored by Don Gagne's avatar Don Gagne

Fix compiler warning

parent 41cfbfab
...@@ -95,6 +95,7 @@ AirframeComponent::AirframeComponent(UASInterface* uas, AutoPilotPlugin* autopil ...@@ -95,6 +95,7 @@ AirframeComponent::AirframeComponent(UASInterface* uas, AutoPilotPlugin* autopil
MAV_TYPE_VTOL_DUOROTOR, MAV_TYPE_VTOL_DUOROTOR,
MAV_TYPE_VTOL_QUADROTOR MAV_TYPE_VTOL_QUADROTOR
}; };
Q_UNUSED(mavTypes); // Keeping this around for later use
for (size_t i=0; i<cMavTypes; i++) { for (size_t i=0; i<cMavTypes; i++) {
Q_ASSERT(mavTypeInfo[i].type == mavTypes[i]); Q_ASSERT(mavTypeInfo[i].type == mavTypes[i]);
......
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