From b65b4d567cd88477c04e348fb93d547e87320d1d Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Wed, 24 Dec 2014 19:17:57 -0800 Subject: [PATCH] Fix compiler warning --- src/AutoPilotPlugins/PX4/AirframeComponent.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AutoPilotPlugins/PX4/AirframeComponent.cc b/src/AutoPilotPlugins/PX4/AirframeComponent.cc index bb52b9b3d..c3d855ba4 100644 --- a/src/AutoPilotPlugins/PX4/AirframeComponent.cc +++ b/src/AutoPilotPlugins/PX4/AirframeComponent.cc @@ -95,6 +95,7 @@ AirframeComponent::AirframeComponent(UASInterface* uas, AutoPilotPlugin* autopil MAV_TYPE_VTOL_DUOROTOR, MAV_TYPE_VTOL_QUADROTOR }; + Q_UNUSED(mavTypes); // Keeping this around for later use for (size_t i=0; i