mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +01:00
LP-29 disabled warnings on mac (mac treats warnings are errors...)
This commit is contained in:
parent
d6fa0bbf35
commit
466f4bb695
@ -12,6 +12,9 @@ contains(DEFINES, OSG_USE_QT_PRIVATE) {
|
|||||||
include(../../library.pri)
|
include(../../library.pri)
|
||||||
include(../utils/utils.pri)
|
include(../utils/utils.pri)
|
||||||
|
|
||||||
|
# disable all warnings on mac to avoid build failures
|
||||||
|
macx:CONFIG += warn_off
|
||||||
|
|
||||||
# osg and osgearth emit a lot of unused parameter warnings...
|
# osg and osgearth emit a lot of unused parameter warnings...
|
||||||
QMAKE_CXXFLAGS += -Wno-unused-parameter
|
QMAKE_CXXFLAGS += -Wno-unused-parameter
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user