mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
LP-29 disabled warnings on mac (mac treats warnings are errors...)
This commit is contained in:
parent
41258ac254
commit
4696378573
@ -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