mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
LP-245 config: silence Eigen compilation warnings
This commit is contained in:
parent
a2082f449b
commit
be75f28b33
@ -4,6 +4,10 @@ DEFINES += CONFIG_LIBRARY
|
||||
|
||||
QT += widgets svg opengl qml quick
|
||||
|
||||
# silence eigen warnings
|
||||
QMAKE_CXXFLAGS_WARN_ON += -Wno-ignored-attributes -Wno-deprecated-declarations
|
||||
#QMAKE_CFLAGS_WARN_ON += -Wno-ignored-attributes
|
||||
|
||||
include(config_dependencies.pri)
|
||||
|
||||
INCLUDEPATH += ../../libs/eigen
|
||||
|
Loading…
x
Reference in New Issue
Block a user