mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +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
|
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)
|
include(config_dependencies.pri)
|
||||||
|
|
||||||
INCLUDEPATH += ../../libs/eigen
|
INCLUDEPATH += ../../libs/eigen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user