Commit 430d5473 authored by Don Gagne's avatar Don Gagne

Fix compiler warning

parent 8ce31541
...@@ -81,8 +81,8 @@ AirframeComponentController::AirframeComponentController(QObject* parent) : ...@@ -81,8 +81,8 @@ AirframeComponentController::AirframeComponentController(QObject* parent) :
} }
// FIXME: Should be a user error // FIXME: Should be a user error
Q_UNUSED(autostartFound);
Q_ASSERT(autostartFound); Q_ASSERT(autostartFound);
} }
AirframeComponentController::~AirframeComponentController() AirframeComponentController::~AirframeComponentController()
......
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