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
94aaeb56
Commit
94aaeb56
authored
Jun 27, 2014
by
Don Gagne
Browse files
Fix warning from Linux/Windows build
parent
d2c3e365
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/qgcunittest/MockUAS.cc
View file @
94aaeb56
...
...
@@ -46,8 +46,6 @@ void MockUAS::setMockParametersAndSignal(MockQGCUASParamManager::ParamMap_t& map
void
MockUAS
::
sendMessage
(
mavlink_message_t
message
)
{
Q_UNUSED
(
link
);
if
(
!
_mavlinkPlugin
)
{
Q_ASSERT
(
false
);
}
...
...
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