Skip to content

Commit

Permalink
Removed compile warnings on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejFranceskin committed Nov 29, 2019
1 parent 9255bf0 commit 5d551a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions QGCCommon.pri
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ linux {
message("Linux clang")
QMAKE_CXXFLAGS += -Qunused-arguments -fcolor-diagnostics
}
QMAKE_CXXFLAGS += -Wno-address-of-packed-member
QMAKE_CXXFLAGS += -Wno-deprecated-copy
} else : linux-rasp-pi2-g++ {
message("Linux R-Pi2 build")
CONFIG += LinuxBuild
Expand Down

0 comments on commit 5d551a2

Please sign in to comment.