Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
238220b3
Commit
238220b3
authored
Jul 06, 2014
by
Don Gagne
Browse files
Silence maybe_uninitialized
parent
d7b0f703
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/QGCUASFileView.cc
View file @
238220b3
...
...
@@ -106,6 +106,7 @@ void QGCUASFileView::_treeStatusMessage(const QString& msg)
}
}
else
{
Q_ASSERT
(
false
);
return
;
// Silence maybe-unitialized on type below
}
QTreeWidgetItem
*
item
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment