From 430d5473e5f0e81ac27455f0f238a32dcb549528 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Tue, 31 Mar 2015 18:53:21 -0700 Subject: [PATCH] Fix compiler warning --- src/AutoPilotPlugins/PX4/AirframeComponentController.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/AirframeComponentController.cc b/src/AutoPilotPlugins/PX4/AirframeComponentController.cc index 695b53cfa..71eee3a7b 100644 --- a/src/AutoPilotPlugins/PX4/AirframeComponentController.cc +++ b/src/AutoPilotPlugins/PX4/AirframeComponentController.cc @@ -81,8 +81,8 @@ AirframeComponentController::AirframeComponentController(QObject* parent) : } // FIXME: Should be a user error + Q_UNUSED(autostartFound); Q_ASSERT(autostartFound); - } AirframeComponentController::~AirframeComponentController() -- 2.22.0