1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

LP-29 disabled warnings on mac (mac treats warnings are errors...)

This commit is contained in:
Philippe Renon 2015-09-12 18:04:16 +02:00
parent d6fa0bbf35
commit 466f4bb695

View File

@ -12,6 +12,9 @@ contains(DEFINES, OSG_USE_QT_PRIVATE) {
include(../../library.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...
QMAKE_CXXFLAGS += -Wno-unused-parameter