Commit 238220b3 authored by Don Gagne's avatar Don Gagne

Silence maybe_uninitialized

parent d7b0f703
...@@ -106,6 +106,7 @@ void QGCUASFileView::_treeStatusMessage(const QString& msg) ...@@ -106,6 +106,7 @@ void QGCUASFileView::_treeStatusMessage(const QString& msg)
} }
} else { } else {
Q_ASSERT(false); Q_ASSERT(false);
return; // Silence maybe-unitialized on type below
} }
QTreeWidgetItem* item; QTreeWidgetItem* item;
......
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