Commit 109f5c82 authored by Gus Grubba's avatar Gus Grubba

Xcode 8.3 has issues on how MAVLink accesses (packed) message structure members.

parent 982232c1
......@@ -199,6 +199,8 @@ MacBuild | LinuxBuild {
MacBuild {
# Latest clang version has a buggy check for this which cause Qt headers to throw warnings on qmap.h
QMAKE_CXXFLAGS_WARN_ON += -Wno-return-stack-address
# Xcode 8.3 has issues on how MAVLink accesses (packed) message structure members.
QMAKE_CXXFLAGS_WARN_ON += -Wno-address-of-packed-member
}
}
......
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