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:
parent
43bd1f3c69
commit
a5e10d2034
@ -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 += \
|
||||
|
@ -11,6 +11,8 @@ macx {
|
||||
QMAKE_CXXFLAGS += -fpermissive
|
||||
}
|
||||
|
||||
QMAKE_CXXFLAGS += -Wno-enum-compare
|
||||
|
||||
HEADERS += uploadergadget.h \
|
||||
uploadergadgetconfiguration.h \
|
||||
uploadergadgetfactory.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user