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

OP-1170 Suppressing specific warnings not fixable.

This commit is contained in:
m_thread 2014-02-27 09:50:17 +01:00
parent 43bd1f3c69
commit a5e10d2034
2 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,9 @@ else {
CONFIG += staticlib
}
# disable all warnings (no need for warnings as qwt sources are imported)
CONFIG += exceptions warn_off
unix:!mac:LIBS += -lrt
HEADERS += \

View File

@ -11,6 +11,8 @@ macx {
QMAKE_CXXFLAGS += -fpermissive
}
QMAKE_CXXFLAGS += -Wno-enum-compare
HEADERS += uploadergadget.h \
uploadergadgetconfiguration.h \
uploadergadgetfactory.h \