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
f067bcc5
Commit
f067bcc5
authored
Mar 29, 2015
by
Don Gagne
Browse files
Fix compiler warnings
parent
1ec32f93
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/AutoPilotPlugin.cc
View file @
f067bcc5
...
...
@@ -42,6 +42,9 @@ bool AutoPilotPlugin::factExists(FactSystem::Provider_t provider, int componentI
// Other providers will go here once they come online
}
Q_ASSERT
(
false
);
return
false
;
}
Fact
*
AutoPilotPlugin
::
getFact
(
FactSystem
::
Provider_t
provider
,
int
componentId
,
const
QString
&
name
)
...
...
@@ -52,4 +55,7 @@ Fact* AutoPilotPlugin::getFact(FactSystem::Provider_t provider, int componentId,
// Other providers will go here once they come online
}
Q_ASSERT
(
false
);
return
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