Skip to content
Snippets Groups Projects
Commit 92af88b4 authored by Don Gagne's avatar Don Gagne
Browse files

Fix linux release build

parent 7e9c2bef
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ QGCHilFlightGearConfiguration::QGCHilFlightGearConfiguration(UAS* mav, QWidget *
Q_ASSERT(success);
success = connect(_ui.optionsPlainTextEdit, SIGNAL(customContextMenuRequested(const QPoint&)), this, SLOT(_showContextMenu(const QPoint &)));
Q_ASSERT(success);
Q_UNUSED(success); // Silence release build unused variable warning
}
QGCHilFlightGearConfiguration::~QGCHilFlightGearConfiguration()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment