Unverified Commit 8401eef1 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8061 from mavlink/pr-fix-warnings

Removed compile warnings on Linux
parents 1c328b9c 8b1dd37f
......@@ -25,9 +25,12 @@ linux {
DEFINES += QGC_GST_TAISYNC_ENABLED
DEFINES += QGC_GST_MICROHARD_ENABLED
DEFINES += QGC_ENABLE_MAVLINK_INSPECTOR
QMAKE_CXXFLAGS += -Wno-address-of-packed-member
linux-clang {
message("Linux clang")
QMAKE_CXXFLAGS += -Qunused-arguments -fcolor-diagnostics
} else {
QMAKE_CXXFLAGS += -Wno-deprecated-copy
}
} else : linux-rasp-pi2-g++ {
message("Linux R-Pi2 build")
......
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