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
e00697c6
Unverified
Commit
e00697c6
authored
Sep 28, 2018
by
Gus Grubba
Committed by
GitHub
Sep 28, 2018
Browse files
Merge pull request #6903 from mavlink/houseKeeping
House keeping
parents
f3a6f831
d59536db
Changes
2
Hide whitespace changes
Inline
Side-by-side
QGCCommon.pri
View file @
e00697c6
...
...
@@ -68,6 +68,8 @@ linux {
#-- Not forcing anything. Let qmake find the latest, installed SDK.
#QMAKE_MAC_SDK = macosx10.12
QMAKE_CXXFLAGS += -fvisibility=hidden
#-- Disable annoying warnings comming from mavlink.h
QMAKE_CXXFLAGS += -Wno-address-of-packed-member
} else {
error("Unsupported Mac toolchain, only 64-bit LLVM+clang is supported")
}
...
...
libs/airmapd/include/airmap/traffic.h
View file @
e00697c6
...
...
@@ -60,6 +60,7 @@ class Traffic : DoNotCopyOrMove {
/// Subscriber abstracts handling of batches of Update instances.
class
Subscriber
{
public:
virtual
~
Subscriber
()
=
default
;
/// handle_update is invoked when a new batch of Update instances
/// is available.
virtual
void
handle_update
(
Update
::
Type
type
,
const
std
::
vector
<
Update
>&
update
)
=
0
;
...
...
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